lifecycle_lite 0.0.3 copy "lifecycle_lite: ^0.0.3" to clipboard
lifecycle_lite: ^0.0.3 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.3

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';
7
likes
90
pub points
79%
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