nc-photos/np_db_sqlite/pubspec.yaml
2024-05-21 01:09:12 +08:00

72 lines
1.5 KiB
YAML

name: np_db_sqlite
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:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
clock: ^1.1.1
collection: ^1.15.0
copy_with:
git:
url: https://gitlab.com/nkming2/dart-copy-with
path: copy_with
ref: copy_with-1.3.0
drift: 2.8.0
flutter:
sdk: flutter
http: ^0.13.5
logging: ^1.1.1
np_async:
path: ../np_async
np_codegen:
path: ../codegen
np_collection:
path: ../np_collection
np_common:
path: ../np_common
np_datetime:
path: ../np_datetime
np_db:
path: ../np_db
np_geocoder:
path: ../np_geocoder
np_platform_lock:
path: ../np_platform_lock
np_platform_util:
path: ../np_platform_util
np_string:
path: ../np_string
path: ^1.8.0
path_provider: ^2.0.15
sqlite3: any
sqlite3_flutter_libs: ^0.5.15
to_string:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string-1.0.0
path: to_string
tuple: ^2.0.1
dev_dependencies:
build_runner: ^2.2.1
copy_with_build:
git:
url: https://gitlab.com/nkming2/dart-copy-with
path: copy_with_build
ref: copy_with_build-1.7.0
drift_dev: 2.8.0
np_codegen_build:
path: ../codegen_build
np_lints:
path: ../np_lints
test: ^1.21.0
to_string_build:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string_build-1.0.0
path: to_string_build