pubspec.yaml 741 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://github.com/hwh97/flutter_volume.git
  20. event_bus:
  21. git:
  22. url: https://git.i2erp.cn/plugins/event_bus.git
  23. flutter:
  24. sdk: flutter
  25. dev_dependencies:
  26. flutter_test:
  27. sdk: flutter
  28. flutter:
  29. uses-material-design: true