need_resume 1.0.2
need_resume: ^1.0.2 copied to clipboard
A package to implement onResume (Android)/viewDidAppear (iOS) functionality on a Stateful widget (this is onResume for every screen).
Changelog #
1.0.2 #
- Simplify onResume implementation
- Now, all you have to do is just replace
Navigator.push()orNavigator.pushNamed()withpush()orpushNamed() - Add
resume.dataandresume.sourceto store data from a screen you have pushed
1.0.1+1 #
- Update README.md
1.0.1 #
- Add github link
1.0.0 #
- Initial release
- Basic functionality