cached_query 0.3.1+4 copy "cached_query: ^0.3.1+4" to clipboard
cached_query: ^0.3.1+4 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

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

dependencies:
  cached_query: ^0.3.1+4

Alternatively, your editor might support dart 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';
45
likes
0
pub points
64%
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

License

unknown (LICENSE)

Dependencies

collection, meta, rxdart

More

Packages that depend on cached_query