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

Core pure Dart reactive state container bridging BLoC semantics with signals v7 primitives.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_signals

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

dependencies:
  bloc_signals: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bloc_signals/bloc_signals.dart';
21
likes
0
points
1.09k
downloads

Publisher

verified publisherstonehenge.com

Weekly Downloads

Core pure Dart reactive state container bridging BLoC semantics with signals v7 primitives.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, preact_signals, signals_core

More

Packages that depend on bloc_signals