- null safety migration
- update readme
- update deps
- correct doc on Readme
- breaking change: next is now a widget builder to avoid instantiate the next screen directly
- add fit field
- upgrade flare_loading to fix callback not called when using the boolean field
- upgrade flare
- upgrade flare deps to be compatible with last flutter stable
- fix transition builder on navigate
- fix callbacks when only loop animation set
- refactor finish callback with success error
- fix startAnimation only not working
- update deps
- Add background color capability
- Refactoring to use flare_loading that allow more animation capabilities
- When endAnimation is not set, go directly to next page
- Add until, endAnimation, width, height, alignment and transitionsBuilder capabilities.
- initial release.