cached_future_builder 1.0.7 copy "cached_future_builder: ^1.0.7" to clipboard
cached_future_builder: ^1.0.7 copied to clipboard

A Flutter package to handle caching with FutureBuilder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_future_builder

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

dependencies:
  cached_future_builder: ^1.0.7

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:cached_future_builder/cached_future_builder.dart';
3
likes
160
points
15
downloads

Publisher

verified publishermakduman.com

Weekly Downloads

A Flutter package to handle caching with FutureBuilder.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive_flutter

More

Packages that depend on cached_future_builder