graphql_hooks_flutter 0.0.1 copy "graphql_hooks_flutter: ^0.0.1" to clipboard
graphql_hooks_flutter: ^0.0.1 copied to clipboard

Apollo-like GraphQL Hooks for Flutter (typed with artemis)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_hooks_flutter

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

dependencies:
  graphql_hooks_flutter: ^0.0.1

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:graphql_hooks_flutter/flutter_graphql_hooks.dart';
import 'package:graphql_hooks_flutter/hooks.dart';
import 'package:graphql_hooks_flutter/provider.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Apollo-like GraphQL Hooks for Flutter (typed with artemis)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

artemis, flutter, flutter_hooks, graphql_flutter, hooks_riverpod, json_annotation

More

Packages that depend on graphql_hooks_flutter