| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- name: chewie
- description: A video player for Flutter with Cupertino and Material play controls
- version: 0.9.8+2
- homepage: https://github.com/brianegan/chewie
- authors:
- - Brian Egan <brian@brianegan.com>
- - Ben Hagen <ben@ottomatic.io>
- environment:
- sdk: ">=2.0.0-dev.28.0 <3.0.0"
- flutter: ">=1.9.1 <2.0.0"
- dependencies:
- open_iconic_flutter: ">=0.3.0 <0.4.0"
- video_player: ">=0.7.0 <0.11.0"
- wakelock: ">=0.1.2 <0.2.0"
- screen:
- git:
- url: https://github.com/hwh97/flutter_screen.git
- orientation:
- git:
- url: https://github.com/hwh97/flutter_orientation.git
- sys_volume:
- git:
- url: https://github.com/hwh97/flutter_volume.git
- event_bus:
- git:
- url: https://git.i2erp.cn/plugins/event_bus.git
- flutter:
- sdk: flutter
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter:
- uses-material-design: true
- assets:
- - assets/dub_user_play/
|