use_optimistic 1.0.2 copy "use_optimistic: ^1.0.2" to clipboard
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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
5
likes
160
points
40
downloads

Publisher

verified publishermatthewtrent.me

Weekly Downloads

2024.09.14 - 2025.03.29

An easy-to-use hook to optimistically update generic state and then resolve it later asynchronously by `accept`, `acceptAs`, or `reject`-ing.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, uuid

More

Packages that depend on use_optimistic