cached_query 2.0.1 copy "cached_query: ^2.0.1" to clipboard
cached_query: ^2.0.1 copied to clipboard

A simple library for dealing with server state in dart and flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cached_query

With Flutter:

 $ flutter pub add cached_query

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

dependencies:
  cached_query: ^2.0.1

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:cached_query/cached_query.dart';
43
likes
140
pub points
67%
popularity

Publisher

verified publishercachedquery.dev

A simple library for dealing with server state in dart and flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

collection, meta, rxdart

More

Packages that depend on cached_query