flare_splash_screen 4.0.0 
flare_splash_screen: ^4.0.0 copied to clipboard
Facilitator for having a Splash screen with a Flare animation until some work has been done for the initialization of the app
4.0.0 #
- null safety migration
 
3.0.2 #
- update readme
 
3.0.1 #
- update deps
 - correct doc on Readme
 
3.0.0 #
- breaking change: next is now a widget builder to avoid instantiate the next screen directly
 - add fit field
 
2.1.4 #
- upgrade flare_loading to fix callback not called when using the boolean field
 - upgrade flare
 
2.1.3 #
- upgrade flare deps to be compatible with last flutter stable
 
2.1.2 #
- fix transition builder on navigate
 
2.1.1 #
- fix callbacks when only loop animation set
 
2.1.0 #
- refactor finish callback with success error
 
2.0.1+2 #
- fix startAnimation only not working
 
2.0.1+1 #
- update deps
 
2.0.1 #
- Add background color capability
 
2.0.0 #
- Refactoring to use flare_loading that allow more animation capabilities
 
1.1.1 #
- When endAnimation is not set, go directly to next page
 
1.1.0 #
- Add until, endAnimation, width, height, alignment and transitionsBuilder capabilities.
 
1.0.0 #
- initial release.