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_optimisticThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
use_optimistic: ^1.0.2Alternatively, 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';