- Minor changes and removed comments
- 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.
- License Updated (From BSD-3-Clause to MIT)
- Added support for Immersive Mode (Hide Status Bar in Splash Screen).
- Added example for using Lottie Animation in Splash Screen.
- Updated ReadMe.
- Splashscreen with Scale animation implemented.
- Some docs refactoring.
- updated readme file.
- background image support added.
- gradient support added.
- readme and changlog files updated.
- nextScreen identifier renamed to defaultNextScreen.
- User can dynamically set the defaultNextScreen using setNextScreenAsyncCallback.
- Implemented FlutterSplashScreen.gif() for gif splash and FlutterSplashScreen.fadeIn() for fadeIn splash.
- FlutterSplashScreen class's named constructors introduced.
- Removed Warnings.
- Initial release.