flutter_graphql 1.0.0-rc.3 copy "flutter_graphql: ^1.0.0-rc.3" to clipboard
flutter_graphql: ^1.0.0-rc.3 copied to clipboard

discontinued

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_graphql

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

dependencies:
  flutter_graphql: ^1.0.0-rc.3

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/flutter_graphql.dart';
1
likes
35
pub points
46%
popularity

Publisher

unverified uploader

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, graphql_parser, http, http_parser, meta, path_provider, sqflite, uuid

More

Packages that depend on flutter_graphql