lq_state_lifecycle 0.0.5 copy "lq_state_lifecycle: ^0.0.5" to clipboard
lq_state_lifecycle: ^0.0.5 copied to clipboard

The flutter StateLifecycle enables Flutter to have a page lifecycle like iOS UIViewController and Android Activity.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lq_state_lifecycle

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

dependencies:
  lq_state_lifecycle: ^0.0.5

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:lq_state_lifecycle/lq_state_lifecycle.dart';
1
likes
160
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

The flutter StateLifecycle enables Flutter to have a page lifecycle like iOS UIViewController and Android Activity.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lq_state_lifecycle