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

a lifecycle system on the flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_lifecycle_aware

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

dependencies:
  flutter_lifecycle_aware: ^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:flutter_lifecycle_aware/demo.dart';
import 'package:flutter_lifecycle_aware/lifecycle.dart';
import 'package:flutter_lifecycle_aware/lifecycle_delegate.dart';
import 'package:flutter_lifecycle_aware/lifecycle_dispatcher.dart';
import 'package:flutter_lifecycle_aware/lifecycle_observable.dart';
import 'package:flutter_lifecycle_aware/lifecycle_observable_impl.dart';
import 'package:flutter_lifecycle_aware/lifecycle_observer.dart';
import 'package:flutter_lifecycle_aware/lifecycle_owner.dart';
import 'package:flutter_lifecycle_aware/lifecycle_route_observer.dart';
import 'package:flutter_lifecycle_aware/lifecycle_state.dart';
5
likes
120
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

a lifecycle system on the flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_lifecycle_aware