splash_master_lottie 1.0.0
splash_master_lottie: ^1.0.0 copied to clipboard
Lottie animation splash screen widget for splash_master.
Changelog #
1.0.0 #
- Initial release as a standalone package.
- [Breaking] - Extracted
SplashMasterLottiewidget fromsplash_masterinto its own dedicated package. - [Breaking] -
SplashMaster.lottie(...)replaced bySplashMasterLottie(...). - [Breaking] -
SplashMaster.initialize()replaced bySplashMasterLottie.initialize(). - [Breaking] -
SplashMaster.resume()replaced bySplashMasterLottie.resume(). - Feature - Added
LottieConfigwith full control over repeat, reverse, frame rate, delegates, visibility, aspect ratio, and more. - Feature - Supports asset, device file, network, and in-memory byte Lottie sources.
- Improvement - Added dedicated example app for easier integration and issue reproduction.
- Improvement - Re-exports
splash_mastertypes (Source,VisibilityEnum,SplashMediaType) so only a single import is needed.
