simple_splash_view 0.1.9
simple_splash_view: ^0.1.9 copied to clipboard
Native splash generator (Android/iOS) with Kotlin/Swift using config from pubspec.yaml.
0.1.9 #
- Auto-detect the installed
lottie-iosversion (Podfile.lock, Package.resolved, or Podfile) and generate Swift that targets eitherAnimationView(v3) orLottieAnimationView(v4+), fixing mixed build errors. - Added regression tests to cover both legacy and modern Lottie integrations.
0.1.8 #
- Fix iOS builds that still ship with older
lottie-iosversions by generating splash code that referencesAnimationViewinstead of the newerLottieAnimationView. - Keeps compatibility with the latest Lottie releases because they continue to expose the legacy typealias.
0.1.7 #
- Fix iOS builds by automatically adding the generated
SplashViewController.swiftto the Runner Xcode target. - Ensures
EasySplashCoordinator/EasySplashNativeConfigdefinitions are always present after running the generator.
0.1.6 #
- Initial release.
- Native Android & iOS splash generation.
- Supports Lottie, images, sound, dark mode, and loading indicator.
- Fully idempotent patching and auto-cleaning of old edits.
- Edit Readme File
- Edit Readme File
- Fix IOS Build