splash_master_lottie 1.0.0 copy "splash_master_lottie: ^1.0.0" to clipboard
splash_master_lottie: ^1.0.0 copied to clipboard

Lottie animation splash screen widget for splash_master.

Banner

Splash Master Lottie #

license

Splash Master Lottie provides SplashMasterLottie, a Flutter splash widget for Lottie animation flows.

Features #

  • Lottie animation splash with automatic next-screen navigation
  • Supports AssetSource, DeviceFileSource, NetworkFileSource, and BytesSource
  • First-frame control via SplashMasterLottie.initialize() and SplashMasterLottie.resume()
  • Animation/display customization via LottieConfig

Documentation #

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

Installation #

dependencies:
  splash_master_lottie: <latest-version>

Note: splash_master_lottie 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.