mk_graphql 1.2.0 copy "mk_graphql: ^1.2.0" to clipboard
mk_graphql: ^1.2.0 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 Flutter:

 $ flutter pub add mk_graphql

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

dependencies:
  mk_graphql: ^1.2.0

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:mk_graphql/mk_graphql.dart';
1
likes
140
points
66
downloads

Documentation

API reference

Publisher

verified publisherkishormainali.com

Weekly Downloads

A clean, modern, simplified GraphQL client for Dart & Flutter with normalized caching, composable links, and stream-based operation execution.

Homepage
Repository (GitHub)
View/report issues

Topics

#graphql #flutter #client #sse #dio

License

MIT (license)

Dependencies

async, collection, dio, flutter, gql, gql_exec, gql_link, http, meta, web_socket_channel

More

Packages that depend on mk_graphql