lifecycle_controller 1.0.0 copy "lifecycle_controller: ^1.0.0" to clipboard
lifecycle_controller: ^1.0.0 copied to clipboard

A Flutter library for simplified state and lifecycle management. Offers structured handling of screen events, local state, async operations, and UI updates, promoting clean architecture and maintainab [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lifecycle_controller

With Flutter:

 $ flutter pub add lifecycle_controller

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

dependencies:
  lifecycle_controller: ^1.0.0

Alternatively, 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_controller/lifecycle_controller.dart';
0
likes
0
pub points
10%
popularity

Publisher

verified publishersora.fukui.jp

A Flutter library for simplified state and lifecycle management. Offers structured handling of screen events, local state, async operations, and UI updates, promoting clean architecture and maintainability in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on lifecycle_controller