54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
name: amap_map_example
|
|
description: Demonstrates how to use the amap_map plugin.
|
|
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `pub publish`. This is preferred for private packages.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
environment:
|
|
sdk: ">=3.1.5 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
permission_handler: ^11.3.0
|
|
flutter_plugin_android_lifecycle: ^2.0.17
|
|
|
|
amap_map:
|
|
# When depending on this package from a real application you should use:
|
|
# amap_map: ^x.y.z
|
|
# See https://dart.dev/tools/pub/dependencies#version-constraints
|
|
# The example app is bundled with the plugin so we use a path dependency on
|
|
# the parent directory to use the current plugin's version.
|
|
path: ../
|
|
|
|
# amap_map_extensions: ^0.0.1
|
|
# amap_map_extensions:
|
|
# path: ../../amap_map_extensions
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
# included with your application, so that you can use the icons in
|
|
# the material Icons class.
|
|
uses-material-design: true
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
- assets/
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
|