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

A lightweight, reactive state management solution for Flutter applications with built-in history tracking, validation, debouncing, and throttling capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add microstate

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

dependencies:
  microstate: ^1.0.0

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:microstate/microstate.dart';
5
likes
160
points
14
downloads

Documentation

Documentation
API reference

Publisher

verified publisherflutteroiditservices.in

Weekly Downloads

A lightweight, reactive state management solution for Flutter applications with built-in history tracking, validation, debouncing, and throttling capabilities.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on microstate