pubspec.yaml 2.0 KB

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