signals_query 1.2.0
signals_query: ^1.2.0 copied to clipboard
A robust, reactive asynchronous state management and data-fetching library for Flutter leveraging the minimal, hooks-free power of Signals.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add signals_queryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
signals_query: ^1.2.0Alternatively, 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_query/signals_query.dart';