adeptgraphql 12.0.0-beta.6 copy "adeptgraphql: ^12.0.0-beta.6" to clipboard
adeptgraphql: ^12.0.0-beta.6 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: ^12.0.0-beta.6

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
45%
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