capsa 1.0.2 copy "capsa: ^1.0.2" to clipboard
capsa: ^1.0.2 copied to clipboard

A reactive state management library for Flutter inspired by SolidJS. Builds on flutter_rearch for capsule-based DI and lifecycle. Fine-grained reactivity with Signals, Computed, Effects, reactive widg [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate capsa

Use it

The package has the following executables:

$ capsa

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add capsa

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

dependencies:
  capsa: ^1.0.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:capsa/capsa.dart';
0
likes
120
points
31
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A reactive state management library for Flutter inspired by SolidJS. Builds on flutter_rearch for capsule-based DI and lifecycle. Fine-grained reactivity with Signals, Computed, Effects, reactive widgets, MVVM architecture, DI, and code generation.

Homepage
Repository (GitHub)
View/report issues

Topics

#state-management #reactive #signals #mvvm #flutter

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

build, flutter, flutter_rearch, rearch, source_gen

More

Packages that depend on capsa