2023-12-06 15:05:33 +01:00
|
|
|
name: np_db
|
|
|
|
description: A starting point for Dart libraries or applications.
|
|
|
|
version: 1.0.0
|
|
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
publish_to: 'none'
|
|
|
|
|
|
|
|
environment:
|
2024-05-20 16:02:00 +02:00
|
|
|
sdk: ">=3.2.0 <4.0.0"
|
|
|
|
flutter: ">=3.16.0"
|
2023-12-06 15:05:33 +01:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
copy_with:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-copy-with
|
|
|
|
path: copy_with
|
|
|
|
ref: copy_with-1.3.0
|
|
|
|
equatable: ^2.0.5
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-05-21 18:10:57 +02:00
|
|
|
logging: ^1.2.0
|
2023-12-06 15:05:33 +01:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
2024-05-12 17:29:49 +02:00
|
|
|
np_collection:
|
|
|
|
path: ../np_collection
|
2023-12-06 15:05:33 +01:00
|
|
|
np_common:
|
|
|
|
path: ../np_common
|
|
|
|
np_datetime:
|
|
|
|
path: ../np_datetime
|
|
|
|
np_db_sqlite:
|
|
|
|
path: ../np_db_sqlite
|
|
|
|
np_string:
|
|
|
|
path: ../np_string
|
|
|
|
to_string:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
|
|
ref: to_string-1.0.0
|
|
|
|
path: to_string
|
|
|
|
|
|
|
|
dev_dependencies:
|
2024-05-21 18:10:57 +02:00
|
|
|
build_runner: ^2.4.9
|
|
|
|
build_runner_core: ">=7.2.9"
|
2023-12-06 15:05:33 +01:00
|
|
|
copy_with_build:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-copy-with
|
|
|
|
path: copy_with_build
|
|
|
|
ref: copy_with_build-1.7.0
|
|
|
|
np_codegen_build:
|
|
|
|
path: ../codegen_build
|
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
2024-05-21 18:10:57 +02:00
|
|
|
test: ^1.22.1
|
2023-12-06 15:05:33 +01:00
|
|
|
to_string_build:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
|
|
ref: to_string_build-1.0.0
|
|
|
|
path: to_string_build
|