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

A production-ready reactive widget for signals_flutter with lifecycle callbacks, debouncing, throttling, error handling, async helpers, and registry management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add signals_watch

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

dependencies:
  signals_watch: ^1.0.0

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:signals_watch/signals_watch.dart';
0
likes
160
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready reactive widget for signals_flutter with lifecycle callbacks, debouncing, throttling, error handling, async helpers, and registry management.

Repository (GitHub)
View/report issues

Topics

#flutter #signals #reactive #state-management #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter, signals

More

Packages that depend on signals_watch