lifecycle_capsules 1.0.1
lifecycle_capsules: ^1.0.1 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 Dart:
$ dart pub add lifecycle_capsulesWith Flutter:
$ flutter pub add lifecycle_capsulesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lifecycle_capsules: ^1.0.1Alternatively, your editor might support dart pub get or 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';