hasura_cache_interceptor 1.0.0-dev.7 copy "hasura_cache_interceptor: ^1.0.0-dev.7" to clipboard
hasura_cache_interceptor: ^1.0.0-dev.7 copied to clipboard

Package to implements cache in Hasura package

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hasura_cache_interceptor
copied to clipboard

With Flutter:

 $ flutter pub add hasura_cache_interceptor
copied to clipboard

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

dependencies:
  hasura_cache_interceptor: ^1.0.0-dev.7
copied to clipboard

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:hasura_cache_interceptor/hasura_cache_interceptor.dart';
copied to clipboard
9
likes
110
points
76
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

2024.10.08 - 2025.04.22

Package to implements cache in Hasura package

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

hasura_connect, http, uuid

More

Packages that depend on hasura_cache_interceptor