video_progress_player 0.0.1
video_progress_player: ^0.0.1 copied to clipboard
A Flutter video player built on top of video_player with resume watching, progress tracking, completion detection, and fullscreen support.
0.0.1 #
- Initial Release:
video_progress_player- A focused, extensible Flutter package for video playback and progress tracking. - Core:
VideoProgressPlayerorchestrator widget. - Architecture: Injects
ProgressStorageProviderandAnalyticsProviderfor decoupled data persistence and event tracking. - Sources: Extensible
VideoSourcelayer (NetworkVideoSource,AssetVideoSource,FileVideoSource). - Strategies:
PercentageCompletionStrategyincluded out of the box. - Ergonomics: Simple
.network,.asset, and.filefactory constructors.