clean_graphql 1.0.0 copy "clean_graphql: ^1.0.0" to clipboard
clean_graphql: ^1.0.0 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 Dart:

 $ dart pub add clean_graphql

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

dependencies:
  clean_graphql: ^1.0.0

Alternatively, your editor might support dart 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
0
points
47
downloads

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

unknown (license)

Dependencies

_clean_flutter_internal, built_value, dio, equatable, ferry, fpdart, gql, gql_exec, http_parser, meta, mime, path, pretty_dio_logger

More

Packages that depend on clean_graphql