pubspec.yaml 1.9 KB

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