gql_code_gen 0.1.5 copy "gql_code_gen: ^0.1.5" to clipboard
gql_code_gen: ^0.1.5 copied to clipboard

discontinued

GraphQL code generator and file builder for Dart taking *.graphql files as an input.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gql_code_gen

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

dependencies:
  gql_code_gen: ^0.1.5

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:gql_code_gen/gql_code_gen.dart';
11
likes
25
pub points
18%
popularity

Publisher

verified publishergql-dart.dev

GraphQL code generator and file builder for Dart taking *.graphql files as an input.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build, code_builder, collection, dart_style, glob, gql, meta, path, pedantic, source_span

More

Packages that depend on gql_code_gen