simple_cached_future_builder 0.1.1 copy "simple_cached_future_builder: ^0.1.1" to clipboard
simple_cached_future_builder: ^0.1.1 copied to clipboard

A simplified FutureBuilder with basic caching abilities to not fetch new data on each rebuild.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_cached_future_builder
copied to clipboard

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

dependencies:
  simple_cached_future_builder: ^0.1.1
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:simple_cached_future_builder/simple_cached_future_builder.dart';
copied to clipboard
3
likes
150
points
65
downloads
screenshot

Publisher

verified publisherapps.arvidnystrom.se

Weekly Downloads

2024.08.26 - 2025.03.10

A simplified FutureBuilder with basic caching abilities to not fetch new data on each rebuild.

Repository (GitHub)
View/report issues

Topics

#network #futurebuilder #cache

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_cached_future_builder