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

outdated

A package to implement onResume (Android)/viewDidAppear (iOS) functionality on Stateful widget.

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.0

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
0
pub points
92%
popularity

Publisher

verified publisherfaruq.id

A package to implement onResume (Android)/viewDidAppear (iOS) functionality on Stateful widget.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on need_resume