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

retractedoutdated

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

License

unknown (LICENSE)

Dependencies

basestate, flutter

More

Packages that depend on signal