splash_master_video 1.0.0
splash_master_video: ^1.0.0 copied to clipboard
Video splash screen widget along with splash_master.
Changelog #
1.0.0 #
- Initial release as a standalone package.
- [Breaking] - Extracted
SplashMasterVideowidget fromsplash_masterinto its own dedicated package. - [Breaking] -
SplashMaster.video(...)replaced bySplashMasterVideo(...). - [Breaking] -
SplashMaster.initialize()replaced bySplashMasterVideo.initialize(). - [Breaking] -
SplashMaster.resume()replaced bySplashMasterVideo.resume(). - Feature - Added
VideoConfigwith control over auto-play, visibility mode, safe area, andVideoPlayerControlleraccess. - Feature - Supports asset, device file, network, and in-memory byte video sources.
- Improvement - Added dedicated example app for easier integration and issue reproduction.
- Improvement - Re-exports
splash_mastertypes (Source,VisibilityEnum,SplashMediaType) so only a single import is needed.
