another_flutter_splash_screen 1.1.5
another_flutter_splash_screen: ^1.1.5 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.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.