lifecycle_lite 0.0.2 copy "lifecycle_lite: ^0.0.2" to clipboard
lifecycle_lite: ^0.0.2 copied to clipboard

You can monitor page lifecycle by this lib.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lifecycle_lite

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

dependencies:
  lifecycle_lite: ^0.0.2

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:lifecycle_lite/life_navigator_observer.dart';
import 'package:lifecycle_lite/lifecycle.dart';
import 'package:lifecycle_lite/lifecycle_export.dart';
import 'package:lifecycle_lite/lifecycle_mixin.dart';
import 'package:lifecycle_lite/utils.dart';
9
likes
100
pub points
72%
popularity

Publisher

unverified uploader

You can monitor page lifecycle by this lib.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lifecycle_lite