2023-09-12 18:29:44 +02:00
|
|
|
name: np_gps_map
|
|
|
|
description: A new Flutter package project.
|
|
|
|
version: 0.0.1
|
|
|
|
homepage:
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2024-05-20 16:02:00 +02:00
|
|
|
sdk: ">=3.2.0 <4.0.0"
|
|
|
|
flutter: ">=3.16.0"
|
2023-09-12 18:29:44 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_map: ^2.2.0
|
|
|
|
google_maps_flutter: ^2.2.8
|
|
|
|
latlong2: any
|
|
|
|
np_async:
|
|
|
|
path: ../np_async
|
|
|
|
np_platform_util:
|
|
|
|
path: ../np_platform_util
|
|
|
|
tuple: ^2.0.1
|
|
|
|
url_launcher: ^6.1.11
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: com.nkming.nc_photos.np_gps_map
|
|
|
|
pluginClass: NpGpsMapPlugin
|
|
|
|
assets:
|
|
|
|
- assets/
|