mk_graphql 1.2.1-dev.2
mk_graphql: ^1.2.1-dev.2 copied to clipboard
A clean, modern, simplified GraphQL client for Dart & Flutter with normalized caching, composable links, and stream-based operation execution.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mk_graphqlWith Flutter:
$ flutter pub add mk_graphqlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mk_graphql: ^1.2.1-dev.2Alternatively, 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:mk_graphql/mk_graphql.dart';