pubspec.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: chewie_example
  2. description: An example of how to use the chewie for Flutter
  3. dependencies:
  4. chewie:
  5. path: ../
  6. video_player: ^0.10.0+2
  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.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. # The following line ensures that the Material Icons font is
  20. # included with your application, so that you can use the icons in
  21. # the material Icons class.
  22. uses-material-design: true
  23. # To add assets to your application, add an assets section, like this:
  24. # assets:
  25. # - images/a_dot_burr.jpeg
  26. # - images/a_dot_ham.jpeg
  27. # An image asset can refer to one or more resolution-specific "variants", see
  28. # https://flutter.io/assets-and-images/#resolution-aware.
  29. # For details regarding adding assets from package dependencies, see
  30. # https://flutter.io/assets-and-images/#from-packages
  31. # To add custom fonts to your application, add a fonts section here,
  32. # in this "flutter" section. Each entry in this list should have a
  33. # "family" key with the font family name, and a "fonts" key with a
  34. # list giving the asset and other descriptors for the font. For
  35. # example:
  36. # fonts:
  37. # - family: Schyler
  38. # fonts:
  39. # - asset: fonts/Schyler-Regular.ttf
  40. # - asset: fonts/Schyler-Italic.ttf
  41. # style: italic
  42. # - family: Trajan Pro
  43. # fonts:
  44. # - asset: fonts/TrajanPro.ttf
  45. # - asset: fonts/TrajanPro_Bold.ttf
  46. # weight: 700
  47. #
  48. # For details regarding fonts from package dependencies,
  49. # see https://flutter.io/custom-fonts/#from-packages