splash_master 1.0.0
splash_master: ^1.0.0 copied to clipboard
Unifying Native and Flutter splash screens with multiple media options for a seamless user experience.
Changelog #
1.0.0 #
- Improvement - Added dedicated example(s) for each package to make integration and issue reproduction easier.
- [Breaking] - Fixed #83 & #75 Split Flutter animation widgets into dedicated packages:
splash_master_rive,splash_master_lottie, andsplash_master_video, while keepingsplash_masterfocused on CLI/native generation and shared types. - [Breaking] - Renamed
image_dark_androidtoimage_dark&color_dark_androidtocolor_darkfor consistency across platforms. - [Breaking] - Android 12+ configuration is treated as an explicit nested block under
android_12_and_aboveand validated independently. - [Breaking] -
android_dark_gravitynow falls back toandroid_gravityinstead of behaving as an independent default. - [Breaking] - Legacy/unsupported keys are now rejected by validation with explicit unsupported-key errors.
- [Breaking] - iOS content mode aliases
aspectFitandaspectFillwere removed/renamed; usescaleAspectFitandscaleAspectFill. - Feature - Added
background_image_darkfor dark-mode background assets. - Improvement -
android_background_image_gravitynow also applies whenbackground_image_darkis used on Android. - Feature - Added Android 12+ dark overrides via
android_12_and_above.image_darkandandroid_12_and_above.color_dark. - Feature - Added Android 12+ dark branding image support via
android_12_and_above.branding_image_dark. - Fixed #80 - Prevented duplicate
LaunchScreen.storyboardentries when runningcreatemultiple times. - Fixed #78 - Updated example app and docs with a comprehensive light/dark and Android 12+ configuration.
- Fixed #71 - Added Android dark background color support using night resources.
- Feature #69 - Added dark mode splash support across iOS and Android with platform-specific generation.
0.0.3 #
- Feature: Add support for rive animations
0.0.2 #
- Feature: Add branding image support for the Android 12+
- Feature: Add background image support
- Feature: Add dark mode support for Android
0.0.1 #
- Initial release.
