use_optimistic 1.0.2 use_optimistic: ^1.0.2 copied to clipboard
An easy-to-use hook to optimistically update generic state and then resolve it later asynchronously by `accept`, `acceptAs`, or `reject`-ing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add use_optimistic
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
use_optimistic: ^1.0.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:use_optimistic/use_optimistic.dart';