dartpollo 0.1.0-alpha.1 copy "dartpollo: ^0.1.0-alpha.1" to clipboard
dartpollo: ^0.1.0-alpha.1 copied to clipboard

A Dart GraphQL client with caching support. Build dart types from GraphQL schemas and queries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartpollo

With Flutter:

 $ flutter pub add dartpollo

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

dependencies:
  dartpollo: ^0.1.0-alpha.1

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:dartpollo/dartpollo.dart';
1
likes
160
points
30
downloads

Documentation

API reference

Publisher

verified publisherdwiky.my.id

Weekly Downloads

A Dart GraphQL client with caching support. Build dart types from GraphQL schemas and queries.

Repository (GitHub)
View/report issues

Topics

#graphql #client #codegen

License

MIT (license)

Dependencies

crypto, dartpollo_annotation, gql, gql_dedupe_link, gql_exec, gql_http_link, gql_link, hive_ce, http, json_annotation

More

Packages that depend on dartpollo