mk_graphql 1.2.1-dev.2 copy "mk_graphql: ^1.2.1-dev.2" to clipboard
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_graphql

With Flutter:

 $ flutter pub add mk_graphql

This 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.2

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

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

unknown (license)

Dependencies

async, collection, dio, equatable, flutter, flutter_secure_storage, gql, gql_exec, gql_link, meta, shared_preferences, web_socket_channel

More

Packages that depend on mk_graphql