mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
35 lines
610 B
YAML
35 lines
610 B
YAML
name: np_gps_map
|
|
description: A new Flutter package project.
|
|
version: 0.0.1
|
|
homepage:
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.2.0 <4.0.0"
|
|
flutter: ">=3.16.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_map: ^6.1.0
|
|
google_maps_flutter: ^2.2.8
|
|
latlong2: any
|
|
np_async:
|
|
path: ../np_async
|
|
np_platform_util:
|
|
path: ../np_platform_util
|
|
tuple: ^2.0.2
|
|
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/
|