fuery 0.0.1 copy "fuery: ^0.0.1" to clipboard
fuery: ^0.0.1 copied to clipboard

Asynchronous state management library that helps implements the server side state management in Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fuery

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

dependencies:
  fuery: ^0.0.1

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:fuery/fuery.dart';
2
likes
150
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Asynchronous state management library that helps implements the server side state management in Flutter

Homepage
Repository (GitHub)
View/report issues

Topics

#react-query #state-management #server-state

License

MIT (license)

Dependencies

flutter, fuery_core

More

Packages that depend on fuery