- Fix time formatting
- Fix skipping
- Remove listener when disposed
- Start video at certain position
- Update to work with
video_player: ">=0.6.0 <0.7.0
- Update README to fix installation instructions
- Update to work with
video_player: ">=0.5.0 <0.6.0
- Update to work with
video_player: ">=0.2.0 <0.3.0
- Add
showControls
option. You can use this to show / hide the controls - Move from
VideoProgressColors
toChewieProgressColors
for customization of the Chewie progress controls - Remove
progressColors
in favor of platform-specific customizations:cupertinoProgressColors
andmaterialProgressColors
to control - Add analysis options
- Take a
controller
instead of aString uri
. Allows for better control of playback outside the player if need be.
- Fix images in docs for pub
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