pubspec.yaml 2.4 KB

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