cached_query 0.6.0 copy "cached_query: ^0.6.0" to clipboard
cached_query: ^0.6.0 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: ^0.6.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:cached_query/cached_query.dart';
67
likes
130
points
73k
downloads

Publisher

verified publishercachedquery.dev

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, meta, rxdart

More

Packages that depend on cached_query