pubspec.yaml 2.0 KB

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