incerta 0.2.0 copy "incerta: ^0.2.0" to clipboard
incerta: ^0.2.0 copied to clipboard

Incerta is a standalone extension of riverpods AsyncValue that adds a generic error type

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add incerta

With Flutter:

 $ flutter pub add incerta

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

dependencies:
  incerta: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:incerta/incerta.dart';
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Incerta is a standalone extension of riverpods AsyncValue that adds a generic error type

Repository (GitLab)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on incerta