mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
48 lines
963 B
YAML
48 lines
963 B
YAML
name: np_geocoder
|
|
description: A new Flutter package project.
|
|
version: 0.0.1
|
|
homepage:
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.19.6 <3.0.0'
|
|
flutter: ">=3.3.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
collection: ^1.15.0
|
|
http: ^0.13.5
|
|
kdtree:
|
|
git:
|
|
url: https://gitlab.com/nc-photos/kd-tree-dart.git
|
|
ref: 0.2.0-nc-photos-1
|
|
logging: ^1.1.1
|
|
np_codegen:
|
|
path: ../codegen
|
|
np_collection:
|
|
path: ../np_collection
|
|
np_math:
|
|
path: ../np_math
|
|
np_string:
|
|
path: ../np_string
|
|
path: ^1.8.0
|
|
path_provider: ^2.0.15
|
|
sqlite3: ^1.11.1
|
|
to_string:
|
|
git:
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
ref: to_string-1.0.0
|
|
path: to_string
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.2.1
|
|
np_codegen_build:
|
|
path: ../codegen_build
|
|
np_lints:
|
|
path: ../np_lints
|
|
to_string_build:
|
|
git:
|
|
url: https://gitlab.com/nkming2/dart-to-string
|
|
ref: to_string_build-1.0.0
|
|
path: to_string_build
|