
Splash Master Video
Splash Master Video provides SplashMasterVideo, a Flutter splash widget for video-based splash flows.
Preview
| Android | iOS |
|---|---|
![]() |
![]() |
Features
- Video splash with automatic next-screen navigation
- Supports
AssetSource,DeviceFileSource,NetworkFileSource, andBytesSource - First-frame control via
SplashMasterVideo.initialize()andSplashMasterVideo.resume() - Playback/display customization via
VideoConfig
Documentation
Visit our documentation site for all implementation details, usage instructions, code examples, and advanced features.
Installation
dependencies:
splash_master_video: <latest-version>
Note:
splash_master_videoalready includessplash_master, so you do not need to addsplash_masterseparately.
Minimal splash_master setup (pubspec.yaml)
splash_master:
color: '#FFFFFF'
image: 'assets/splash.png'
Then run:
dart run splash_master create
For full key reference, check our splash_master documentation.
Support
For questions or issues, create an issue on GitHub.
License
This project is licensed under the MIT License. See LICENSE.
Libraries
- splash_master_video
- Video splash screen widget for splash_master.

