need_resume 1.0.7+1 copy "need_resume: ^1.0.7+1" to clipboard
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';
34
likes
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on need_resume