need_resume 1.0.7+1 need_resume: ^1.0.7+1 copied to clipboard
A package to implement onResume, onPause, onReady functionality on a Stateful widget (this is for every screen).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add need_resume
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
need_resume: ^1.0.7+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:need_resume/need_resume.dart';