lifecycle_capsules 1.0.3 copy "lifecycle_capsules: ^1.0.3" to clipboard
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_capsules

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

dependencies:
  lifecycle_capsules: ^1.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_capsules/lifecycle_capsules.dart';
1
likes
160
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

Easily manage lifecycle-aware objects and operations in Flutter, preventing code duplication and simplifying resource handling.

Repository (GitHub)
View/report issues

Topics

#lifecycle #capsules #flutter-hooks

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lifecycle_capsules