flutter_graphql_hooks 1.0.4-beta copy "flutter_graphql_hooks: ^1.0.4-beta" to clipboard
flutter_graphql_hooks: ^1.0.4-beta copied to clipboard

A colleciton of apollo-like GraphQL Hooks to improve code readability.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_graphql_hooks

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

dependencies:
  flutter_graphql_hooks: ^1.0.4-beta

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:flutter_graphql_hooks/flutter_graphql_hooks.dart';
4
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A colleciton of apollo-like GraphQL Hooks to improve code readability.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_hooks, graphql_flutter

More

Packages that depend on flutter_graphql_hooks