delayed_display 2.0.0
delayed_display: ^2.0.0 copied to clipboard
A widget that enables you to display a child after a delay and with beautiful fading and sliding animation.
1.0.0 First version #
- Possibility to customize a lot the animations
1.0.1 Update documentation #
- Simply update documentation of the package
1.0.2 Fix dispose #
- Fix the call to dispose on the animation
1.0.3 Fix dispose #
- Dispose the timer to fix the error when navigating before the end of the animation
1.1.0 Fix dispose #
- Add fadeIn parameter so the widget can also fade out when updating the widget's state
2.0.0 Null Safety #
- Add null-safety handling on package and example