pubspec.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: ijkplayer_example
  2. description: Demonstrates how to use the ijkplayer 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. photo: ^0.3.3
  13. oktoast: ^2.1.6
  14. dev_dependencies:
  15. flutter_test:
  16. sdk: flutter
  17. flutter_ijkplayer:
  18. path: ../
  19. # For information on the generic Dart part of this file, see the
  20. # following page: https://www.dartlang.org/tools/pub/pubspec
  21. # The following section is specific to Flutter.
  22. flutter:
  23. # The following line ensures that the Material Icons font is
  24. # included with your application, so that you can use the icons in
  25. # the material Icons class.
  26. uses-material-design: true
  27. # To add assets to your application, add an assets section, like this:
  28. # assets:
  29. # - images/a_dot_burr.jpeg
  30. # - images/a_dot_ham.jpeg
  31. assets:
  32. - assets/
  33. # An image asset can refer to one or more resolution-specific "variants", see
  34. # https://flutter.io/assets-and-images/#resolution-aware.
  35. # For details regarding adding assets from package dependencies, see
  36. # https://flutter.io/assets-and-images/#from-packages
  37. # To add custom fonts to your application, add a fonts section here,
  38. # in this "flutter" section. Each entry in this list should have a
  39. # "family" key with the font family name, and a "fonts" key with a
  40. # list giving the asset and other descriptors for the font. For
  41. # example:
  42. # fonts:
  43. # - family: Schyler
  44. # fonts:
  45. # - asset: fonts/Schyler-Regular.ttf
  46. # - asset: fonts/Schyler-Italic.ttf
  47. # style: italic
  48. # - family: Trajan Pro
  49. # fonts:
  50. # - asset: fonts/TrajanPro.ttf
  51. # - asset: fonts/TrajanPro_Bold.ttf
  52. # weight: 700
  53. #
  54. # For details regarding fonts from package dependencies,
  55. # see https://flutter.io/custom-fonts/#from-packages