minimals_state_manager 0.0.1-alpha.0.0.1 minimals_state_manager: ^0.0.1-alpha.0.0.1 copied to clipboard
The minimals_state_manager package is a study project on state management, observables, lifecycle, and best practices for Flutter applications. It provides a minimalist implementation of state managem [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add minimals_state_manager
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 dart pub get
):
dependencies:
minimals_state_manager: ^0.0.1-alpha.0.0.1
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:minimals_state_manager/minimals_state_manager.dart';