minimals_state_manager 0.0.6-alpha.0.0.6 copy "minimals_state_manager: ^0.0.6-alpha.0.0.6" to clipboard
minimals_state_manager: ^0.0.6-alpha.0.0.6 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.6-alpha.0.0.6

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';
11
likes
0
points
128
downloads

Publisher

verified publisherdeebx.tech

Weekly Downloads

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 management using only native Flutter packages such as InheritedWidget, ChangeNotifier, ValueNotifier, ValueNotifierBuilder, and WidgetsBindingObserver. Please note that it is not recommended for production use as it is still in an alpha version.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on minimals_state_manager