amap_map/example/pubspec.yaml

43 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2023-12-22 21:23:24 +08:00
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.
2024-08-25 22:35:31 +08:00
publish_to: "none" # Remove this line if you wish to publish to pub.dev
2023-12-22 21:23:24 +08:00
environment:
2023-12-23 10:41:20 +08:00
sdk: ">=3.1.5 <4.0.0"
2023-12-22 21:23:24 +08:00
dependencies:
flutter:
sdk: flutter
permission_handler: ^11.3.1
flutter_plugin_android_lifecycle: ^2.0.21
2023-12-22 21:23:24 +08:00
amap_map:
path: ../
x_common: ^1.0.4
x_amap_base: ^1.0.3
2023-12-22 21:23:24 +08:00
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