signals_store 0.3.1
signals_store: ^0.3.1 copied to clipboard
Reactive store on the signals package. Turns abstract fields into reactive Signal-backed properties via noSuchMethod interception — with full static typing and no boilerplate.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add signals_storeWith Flutter:
$ flutter pub add signals_storeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
signals_store: ^0.3.1Alternatively, 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:signals_store/signals_store.dart';