another_flutter_splash_screen 1.2.1 another_flutter_splash_screen: ^1.2.1 copied to clipboard
A flutter package that provides easy way to implement splash screen in your app. Also provides curated demos in the repo.
1.2.1 #
- Minor changes and removed comments
1.2.0 #
- Added support for using any navigation mechanism like go_router, named routing, etc
- Added functionality to navigate only after provided asyncCallBack. e.g. fetching users data, fetching profile, etc
- Minor code refactoring.
1.1.7 #
- License Updated (From BSD-3-Clause to MIT)
1.1.6 #
- Added support for Immersive Mode (Hide Status Bar in Splash Screen).
- Added example for using Lottie Animation in Splash Screen.
1.1.5 #
- Updated ReadMe.
1.1.4 #
- Splashscreen with Scale animation implemented.
- Some docs refactoring.
1.1.3 #
- updated readme file.
1.1.2 #
- background image support added.
- gradient support added.
1.1.1 #
- readme and changlog files updated.
1.1.0 #
- nextScreen identifier renamed to defaultNextScreen.
- User can dynamically set the defaultNextScreen using setNextScreenAsyncCallback.
1.0.2 #
- Implemented FlutterSplashScreen.gif() for gif splash and FlutterSplashScreen.fadeIn() for fadeIn splash.
- FlutterSplashScreen class's named constructors introduced.
1.0.1 #
- Removed Warnings.
1.0.0 #
- Initial release.