26 lines
611 B
YAML
26 lines
611 B
YAML
|
name: amap_location_fluttify_example
|
||
|
description: Demonstrates how to use the amap_location_fluttify plugin.
|
||
|
publish_to: 'none'
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=2.12.0 <3.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
permission_handler: ^7.1.0
|
||
|
|
||
|
#dependency_overrides:
|
||
|
# foundation_fluttify:
|
||
|
# path: /Users/yohom/Github/Me/All/fluttify/fluttify_infra/foundation_fluttify
|
||
|
# core_location_fluttify:
|
||
|
# path: /Users/yohom/Github/Me/All/fluttify/fluttify_infra/core_location_fluttify
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
amap_location_fluttify:
|
||
|
path: ../
|
||
|
|
||
|
flutter:
|
||
|
uses-material-design: true
|