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

discontinued
outdated

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.3

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
0
pub points
26%
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

unknown (LICENSE)

Dependencies

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

More

Packages that depend on gql_code_gen