Banner

Splash Master Rive

license

Splash Master Rive provides SplashMasterRive, a Flutter splash widget for Rive animations.

Features

  • Rive animation splash with automatic next-screen navigation
  • Supports AssetSource, NetworkFileSource, and RiveFileSource
  • First-frame control via SplashMasterRive.initialize() and SplashMasterRive.resume()
  • Configurable playback behavior via RiveConfig

Documentation

Visit our documentation site for all implementation details, usage instructions, code examples, and advanced features.

Installation

dependencies:
  splash_master_rive: <latest-version>

Note: splash_master_rive 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_rive
Rive animation splash screen widget for splash_master.