Flutter plugin for mofun flutter video.

pubspec.yaml 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: mofun_flutter_plugin_video_example
  2. description: Demonstrates how to use the mofun_flutter_plugin_video plugin.
  3. publish_to: 'none'
  4. environment:
  5. sdk: ">=2.1.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. # The following adds the Cupertino Icons font to your application.
  10. # Use with the CupertinoIcons class for iOS style icons.
  11. cupertino_icons: ^0.1.2
  12. permission_handler: ^3.0.0
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. mofun_flutter_plugin_video:
  17. path: ../
  18. # For information on the generic Dart part of this file, see the
  19. # following page: https://www.dartlang.org/tools/pub/pubspec
  20. # The following section is specific to Flutter.
  21. flutter:
  22. # The following line ensures that the Material Icons font is
  23. # included with your application, so that you can use the icons in
  24. # the material Icons class.
  25. uses-material-design: true
  26. # To add assets to your application, add an assets section, like this:
  27. # assets:
  28. # - images/a_dot_burr.jpeg
  29. # - images/a_dot_ham.jpeg
  30. # An image asset can refer to one or more resolution-specific "variants", see
  31. # https://flutter.dev/assets-and-images/#resolution-aware.
  32. # For details regarding adding assets from package dependencies, see
  33. # https://flutter.dev/assets-and-images/#from-packages
  34. # To add custom fonts to your application, add a fonts section here,
  35. # in this "flutter" section. Each entry in this list should have a
  36. # "family" key with the font family name, and a "fonts" key with a
  37. # list giving the asset and other descriptors for the font. For
  38. # example:
  39. # fonts:
  40. # - family: Schyler
  41. # fonts:
  42. # - asset: fonts/Schyler-Regular.ttf
  43. # - asset: fonts/Schyler-Italic.ttf
  44. # style: italic
  45. # - family: Trajan Pro
  46. # fonts:
  47. # - asset: fonts/TrajanPro.ttf
  48. # - asset: fonts/TrajanPro_Bold.ttf
  49. # weight: 700
  50. #
  51. # For details regarding fonts from package dependencies,
  52. # see https://flutter.dev/custom-fonts/#from-packages