Flutter plugin for mofun flutter video.

pubspec.yaml 1.9KB

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