tanquery_flutter 0.4.0 copy "tanquery_flutter: ^0.4.0" to clipboard
tanquery_flutter: ^0.4.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 Dart:

 $ dart pub add tanquery_flutter

With Flutter:

 $ flutter pub add tanquery_flutter

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

dependencies:
  tanquery_flutter: ^0.4.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:tanquery_flutter/tanquery_flutter.dart';
0
likes
0
points
234
downloads

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

Topics

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

License

unknown (license)

Dependencies

flutter, tanquery

More

Packages that depend on tanquery_flutter