adeptgraphql 7.0.0+17 copy "adeptgraphql: ^7.0.0+17" to clipboard
adeptgraphql: ^7.0.0+17 copied to clipboard

Adept GraphQL offers a clean and organized way to work with graphql

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adeptgraphql

With Flutter:

 $ flutter pub add adeptgraphql

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

dependencies:
  adeptgraphql: ^7.0.0+17

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:adeptgraphql/adeptgraphql.dart';
1
likes
0
pub points
43%
popularity

Publisher

unverified uploader

Adept GraphQL offers a clean and organized way to work with graphql

Homepage

License

unknown (LICENSE)

Dependencies

adeptarch_base, adeptutils, flutter, graphql, graphql_flutter, http, web_socket_channel

More

Packages that depend on adeptgraphql