minimals_state_manager 1.0.6 copy "minimals_state_manager: ^1.0.6" to clipboard
minimals_state_manager: ^1.0.6 copied to clipboard

A minimalist study project for state management, lifecycle, and observables in Flutter, but not recommended for production due to alpha status.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add minimals_state_manager

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

dependencies:
  minimals_state_manager: ^1.0.6

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:minimals_state_manager/minimals_state_manager.dart';
11
likes
140
points
85
downloads

Publisher

verified publisherdeebx.tech

Weekly Downloads

A minimalist study project for state management, lifecycle, and observables in Flutter, but not recommended for production due to alpha status.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on minimals_state_manager