clean_graphql 1.0.3 copy "clean_graphql: ^1.0.3" to clipboard
clean_graphql: ^1.0.3 copied to clipboard

Wrapper around ferry for clean architecture to handle graphql request, uses ferry and dio under the hood

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_graphql

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

dependencies:
  clean_graphql: ^1.0.3

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:clean_graphql/clean_graphql.dart';
1
likes
130
points
56
downloads

Documentation

API reference

Publisher

verified publisherkishormainali.com

Weekly Downloads

Wrapper around ferry for clean architecture to handle graphql request, uses ferry and dio under the hood

Repository (GitHub)
View/report issues

Topics

#graphql #clean-architecture #flutter #dart

License

MIT (license)

Dependencies

_clean_flutter_internal, built_value, dio, equatable, ferry, flutter, fp_logger, gql, gql_exec, http_parser, meta, mime, path

More

Packages that depend on clean_graphql