pubspec.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: chewie
  2. description: A video player for Flutter with Cupertino and Material play controls
  3. version: 0.8.0
  4. homepage: https://github.com/brianegan/chewie
  5. author: Brian Egan <brian@brianegan.com>
  6. environment:
  7. sdk: ">=2.0.0-dev.28.0 <3.0.0"
  8. dependencies:
  9. open_iconic_flutter: ">=0.3.0 <0.4.0"
  10. video_player: ">=0.7.0 <0.9.0"
  11. screen: ">=0.0.4 <0.1.0"
  12. flutter:
  13. sdk: flutter
  14. dev_dependencies:
  15. flutter_test:
  16. sdk: flutter
  17. # For information on the generic Dart part of this file, see the
  18. # following page: https://www.dartlang.org/tools/pub/pubspec
  19. # The following section is specific to Flutter.
  20. flutter:
  21. # The following line ensures that the Material Icons font is
  22. # included with your application, so that you can use the icons in
  23. # the material Icons class.
  24. uses-material-design: true
  25. # To add assets to your application, add an assets section, like this:
  26. # assets:
  27. # - images/a_dot_burr.jpeg
  28. # - images/a_dot_ham.jpeg
  29. # An image asset can refer to one or more resolution-specific "variants", see
  30. # https://flutter.io/assets-and-images/#resolution-aware.
  31. # For details regarding adding assets from package dependencies, see
  32. # https://flutter.io/assets-and-images/#from-packages
  33. # To add custom fonts to your application, add a fonts section here,
  34. # in this "flutter" section. Each entry in this list should have a
  35. # "family" key with the font family name, and a "fonts" key with a
  36. # list giving the asset and other descriptors for the font. For
  37. # example:
  38. # fonts:
  39. # - family: Schyler
  40. # fonts:
  41. # - asset: fonts/Schyler-Regular.ttf
  42. # - asset: fonts/Schyler-Italic.ttf
  43. # style: italic
  44. # - family: Trajan Pro
  45. # fonts:
  46. # - asset: fonts/TrajanPro.ttf
  47. # - asset: fonts/TrajanPro_Bold.ttf
  48. # weight: 700
  49. #
  50. # For details regarding fonts from package dependencies,
  51. # see https://flutter.io/custom-fonts/#from-packages