
Splash Master Lottie
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, andBytesSource - First-frame control via
SplashMasterLottie.initialize()andSplashMasterLottie.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_lottiealready includessplash_master, so you do not need to addsplash_masterseparately.
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_lottie
- Lottie animation splash screen widget for splash_master.