2023-08-27 18:54:18 +02:00
|
|
|
name: np_geocoder
|
|
|
|
description: A new Flutter package project.
|
|
|
|
version: 0.0.1
|
|
|
|
homepage:
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2024-09-27 15:12:16 +02:00
|
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
flutter: ">=3.22.0"
|
2023-08-27 18:54:18 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-05-21 18:10:57 +02:00
|
|
|
collection: ^1.18.0
|
|
|
|
http: ^1.1.2
|
2023-08-27 18:54:18 +02:00
|
|
|
kdtree:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/nc-photos/kd-tree-dart.git
|
|
|
|
ref: 0.2.0-nc-photos-1
|
2024-05-21 18:10:57 +02:00
|
|
|
logging: ^1.2.0
|
2023-08-27 18:54:18 +02:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
|
|
|
np_collection:
|
|
|
|
path: ../np_collection
|
|
|
|
np_math:
|
|
|
|
path: ../np_math
|
|
|
|
np_string:
|
|
|
|
path: ../np_string
|
2024-05-21 18:10:57 +02:00
|
|
|
path: ^1.8.3
|
|
|
|
path_provider: ^2.1.3
|
|
|
|
sqlite3: ^2.3.0
|
2023-08-27 18:54:18 +02:00
|
|
|
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
|
|
|
analyzer: ^6.2.0
|
|
|
|
build_runner: ^2.4.9
|
|
|
|
build_runner_core: ">=7.2.9"
|
2023-08-27 18:54:18 +02:00
|
|
|
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
|