pubspec.yaml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: flutter_ad
  2. description: "国内广告插件"
  3. version: 0.0.3
  4. homepage: http://git.atmob.com/Atmob-Flutter/flutter_atmob_ad
  5. environment:
  6. sdk: ^3.5.0
  7. flutter: '>=3.3.0'
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. plugin_platform_interface: ^2.0.2
  12. uuid: 4.5.1
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. flutter_lints: ^4.0.0
  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 packages.
  20. flutter:
  21. # This section identifies this Flutter project as a plugin project.
  22. # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
  23. # which should be registered in the plugin registry. This is required for
  24. # using method channels.
  25. # The Android 'package' specifies package in which the registered class is.
  26. # This is required for using method channels on Android.
  27. # The 'ffiPlugin' specifies that native code should be built and bundled.
  28. # This is required for using `dart:ffi`.
  29. # All these are used by the tooling to maintain consistency when
  30. # adding or updating assets for this project.
  31. plugin:
  32. platforms:
  33. android:
  34. package: com.atmob.flutter_ad
  35. pluginClass: FlutterAdPlugin
  36. ios:
  37. pluginClass: FlutterAdPlugin
  38. # To add assets to your plugin package, add an assets section, like this:
  39. # assets:
  40. # - images/a_dot_burr.jpeg
  41. # - images/a_dot_ham.jpeg
  42. #
  43. # For details regarding assets in packages, see
  44. # https://flutter.dev/to/asset-from-package
  45. #
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/to/resolution-aware-images
  48. # To add custom fonts to your plugin package, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. # fonts:
  54. # - family: Schyler
  55. # fonts:
  56. # - asset: fonts/Schyler-Regular.ttf
  57. # - asset: fonts/Schyler-Italic.ttf
  58. # style: italic
  59. # - family: Trajan Pro
  60. # fonts:
  61. # - asset: fonts/TrajanPro.ttf
  62. # - asset: fonts/TrajanPro_Bold.ttf
  63. # weight: 700
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/to/font-from-package