signal 1.1.6 copy "signal: ^1.1.6" to clipboard
signal: ^1.1.6 copied to clipboard

Stream-based multiple state management.Multiple state management in one channel. Similar to the bloc structure, but current states are always accessible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signal

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

dependencies:
  signal: ^1.1.6

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:signal/signal.dart';
6
likes
130
pub points
71%
popularity

Publisher

verified publisherflutterdersleri.com

Stream-based multiple state management.Multiple state management in one channel. Similar to the bloc structure, but current states are always accessible.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on signal