observable_state_lifecycle 0.4.0 copy "observable_state_lifecycle: ^0.4.0" to clipboard
observable_state_lifecycle: ^0.4.0 copied to clipboard

Make Flutter StatefulWidget's lifecycle observable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add observable_state_lifecycle

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  observable_state_lifecycle: ^0.4.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:observable_state_lifecycle/observable_state_lifecycle.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Make Flutter StatefulWidget's lifecycle observable.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on observable_state_lifecycle