need_resume 1.0.3 copy "need_resume: ^1.0.3" to clipboard
need_resume: ^1.0.3 copied to clipboard

outdated

A package to implement onResume, onPause, onReady functionality on a Stateful widget (this is for every screen).

Changelog #

1.0.3 #

  • Add onPause() and onReady() methods
  • NeedResume class is now deprecated, replaced with ResumableState<T> abstract class, see example for detail

1.0.2 #

  • Simplify onResume implementation
  • Now, all you have to do is just replace Navigator.push() or Navigator.pushNamed() with push() or pushNamed()
  • Add resume.data and resume.source to 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
34
likes
0
pub points
92%
popularity

Publisher

verified publisherfaruq.id

A package to implement onResume, onPause, onReady functionality on a Stateful widget (this is for every screen).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on need_resume