compose_state 0.2.1-dev.2 copy "compose_state: ^0.2.1-dev.2" to clipboard
compose_state: ^0.2.1-dev.2 copied to clipboard

A Flutter state management package inspired by Jetpack Compose, offering reactive state, ViewModel scoping, API handling, and persistence.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add compose_state

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

dependencies:
  compose_state: ^0.2.1-dev.2

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:compose_state/compose_state.dart';
3
likes
150
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter state management package inspired by Jetpack Compose, offering reactive state, ViewModel scoping, API handling, and persistence.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on compose_state