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';
10
likes
110
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

You can monitor page lifecycle by this lib.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lifecycle_lite