0.0.8 • Published 3 years ago

@vinaybedre/graphql-flutter-codegen v0.0.8

Weekly downloads
366
License
ISC
Repository
github
Last release
3 years ago

graphql-flutter-codegen

GraphQL codegen plugin for Flutter+Dart using graphql_flutter. This is in a very early stage.

How to install?

yarn add @vinaybedre/graphql-flutter-codegen

How to use?

This plugin can be used along with graphql-code-generator

Example codegen-config.yml

overwrite: true
schema: "./schemas/**/*.graphqls"
documents: "./documents/**/*.graphql"
generates:
  ./graphql_flutter_documents.dart:
    plugins:
      - "@vinaybedre/graphql-flutter-codegen"

This shall output a dart file like this

Example project

Find a working example project at example

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago