lifecycle_capsules 1.0.3
lifecycle_capsules: ^1.0.3 copied to clipboard
Easily manage lifecycle-aware objects and operations in Flutter, preventing code duplication and simplifying resource handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lifecycle_capsulesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lifecycle_capsules: ^1.0.3Alternatively, 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_capsules/lifecycle_capsules.dart';