chewie 0.2.0 chewie: ^0.2.0 copied to clipboard
The video player for Flutter with a heart of gold
Changelog #
0.2.0 #
- Take a
controller
instead of aString uri
. Allows for better control of playback outside the player if need be.
0.1.1 #
- Fix images in docs for pub
0.1.0 #
Initial version of Chewie, the video player with a heart of gold.
- Hand a VideoPlayerController to Chewie, and let it do the rest.
- Includes Material Player Controls
- Includes Cupertino Player Controls
- Spike version: Focus on good looking UI. Internal code is sloppy, needs a refactor and tests