lifecycle 0.3.2
lifecycle: ^0.3.2 copied to clipboard
Lifecycle support for Flutter widgets.
0.3.2 2021/09/23. #
- NEW API:
findRoute(String routeName). - Add
flutter_lints.
0.3.1 2021/09/01. #
- Bug fixes.
- Opt: events callback immediately when tab bar changed.
0.3.0 2021/08/31. #
Breaking changes:
- More reasonable lifecycle events just like Android platform.
0.2.0 2021/04/12. #
- Null safety.
0.1.1+1 2020/12/30. #
- Fix a NPE caused by debug log.
0.1.0 2020/12/21. #
- Emit
pushafterinitStateandpopbeforedispose. - Optimize events delivery in nested page view.
0.0.6 2020/10/28. #
- Bug fix.
0.0.5 2020/10/15. #
- Support usage of
Navigatorwidget.
0.0.4 2020/09/27. #
- Remove the
activeevent which sent manually after page view pushed.
0.0.3 2020/09/24. #
- Fix bugs in nested page view.
0.0.2 2020/09/23. #
- Support nested page view.
0.0.1 2020/09/23. #
- Initial release.