pubspec.yaml 776 B

12345678910111213141516171819202122232425262728293031323334
  1. name: chewie
  2. description: A video player for Flutter with Cupertino and Material play controls
  3. version: 0.9.8+2
  4. homepage: https://github.com/brianegan/chewie
  5. authors:
  6. - Brian Egan <brian@brianegan.com>
  7. - Ben Hagen <ben@ottomatic.io>
  8. environment:
  9. sdk: ">=2.2.2 <3.0.0"
  10. dependencies:
  11. open_iconic_flutter: ">=0.3.0 <0.4.0"
  12. video_player: ">=0.7.0 <0.11.0"
  13. wakelock: ">=0.1.2 <0.2.0"
  14. screen:
  15. git:
  16. url: https://github.com/hwh97/flutter_screen.git
  17. sys_volume:
  18. git:
  19. url: https://git.i2edu.net/plugins/flutter_volume.git
  20. # event_bus:
  21. # git:
  22. # url: https://git.i2edu.net/plugins/event_bus.git
  23. auto_orientation: ^1.0.6
  24. flutter:
  25. sdk: flutter
  26. dev_dependencies:
  27. flutter_test:
  28. sdk: flutter
  29. flutter:
  30. uses-material-design: true