Banner

Splash Master Video

license

Splash Master Video provides SplashMasterVideo, a Flutter splash widget for video-based splash flows.

Features

  • Video splash with automatic next-screen navigation
  • Supports AssetSource, DeviceFileSource, NetworkFileSource, and BytesSource
  • First-frame control via SplashMasterVideo.initialize() and SplashMasterVideo.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_video already includes splash_master, so you do not need to add splash_master separately.

For CLI and native image setup, check the splash_master package: https://pub.dev/packages/splash_master

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 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.