pubspec.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. name: amap_flutter_map
  2. description: 高德地图SDK Flutter插件
  3. version: 1.0.2
  4. homepage: https://lbs.amap.com/
  5. environment:
  6. sdk: ">=2.7.0 <3.0.0"
  7. flutter: ">=1.20.0 <2.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter_plugin_android_lifecycle: any
  12. meta: ^1.0.5
  13. plugin_platform_interface: any
  14. stream_transform: any
  15. amap_flutter_base: ^1.0.2
  16. # For information on the generic Dart part of this file, see the
  17. # following page: https://dart.dev/tools/pub/pubspec
  18. # The following section is specific to Flutter.
  19. flutter:
  20. # This section identifies this Flutter project as a plugin project.
  21. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  22. # be modified. They are used by the tooling to maintain consistency when
  23. # adding or updating assets for this project.
  24. plugin:
  25. platforms:
  26. android:
  27. package: com.amap.flutter.map
  28. pluginClass: AMapFlutterMapPlugin
  29. ios:
  30. pluginClass: AMapFlutterMapPlugin
  31. # To add assets to your plugin package, add an assets section, like this:
  32. assets:
  33. - res/
  34. # - images/a_dot_ham.jpeg
  35. #
  36. # For details regarding assets in packages, see
  37. # https://flutter.dev/assets-and-images/#from-packages
  38. #
  39. # An image asset can refer to one or more resolution-specific "variants", see
  40. # https://flutter.dev/assets-and-images/#resolution-aware.
  41. # To add custom fonts to your plugin package, add a fonts section here,
  42. # in this "flutter" section. Each entry in this list should have a
  43. # "family" key with the font family name, and a "fonts" key with a
  44. # list giving the asset and other descriptors for the font. For
  45. # example:
  46. # fonts:
  47. # - family: Schyler
  48. # fonts:
  49. # - asset: fonts/Schyler-Regular.ttf
  50. # - asset: fonts/Schyler-Italic.ttf
  51. # style: italic
  52. # - family: Trajan Pro
  53. # fonts:
  54. # - asset: fonts/TrajanPro.ttf
  55. # - asset: fonts/TrajanPro_Bold.ttf
  56. # weight: 700
  57. #
  58. # For details regarding fonts in packages, see
  59. # https://flutter.dev/custom-fonts/#from-packages