tanquery_flutter 0.8.0 copy "tanquery_flutter: ^0.8.0" to clipboard
tanquery_flutter: ^0.8.0 copied to clipboard

Flutter adapter for tanquery. Widget builders for automatic caching, stale-while-revalidate, and background refetching. QueryBuilder, MutationBuilder, InfiniteQueryBuilder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tanquery_flutter

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

dependencies:
  tanquery_flutter: ^0.8.0

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:tanquery_flutter/tanquery_flutter.dart';
0
likes
150
points
168
downloads

Documentation

API reference

Publisher

verified publisherottomancoder.com

Weekly Downloads

Flutter adapter for tanquery. Widget builders for automatic caching, stale-while-revalidate, and background refetching. QueryBuilder, MutationBuilder, InfiniteQueryBuilder.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cache #state-management #query #widget

License

MIT (license)

Dependencies

flutter, tanquery

More

Packages that depend on tanquery_flutter