bloc_signals 1.2.0 copy "bloc_signals: ^1.2.0" to clipboard
bloc_signals: ^1.2.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

With Flutter:

 $ flutter 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.2.0

Alternatively, 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:bloc_signals/bloc_signals.dart';
21
likes
160
points
1.09k
downloads

Documentation

API reference

Publisher

verified publisherstonehenge.com

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

meta, preact_signals, signals_core

More

Packages that depend on bloc_signals