major_graphql_flutter 0.0.2 copy "major_graphql_flutter: ^0.0.2" to clipboard
major_graphql_flutter: ^0.0.2 copied to clipboard

graphql_flutter bindings for major_graphql

major_graphql #

major_graphql uses the dart build system and gql to generate built_value classes, primarily for use in client side applications.

Packages #

There is also an example major_todo_app which is livecoded on youtube.

Usage #

build.yaml: #

targets:
  $default:
    builders:
      major_graphql_generator|builder:
        enabled: true
        options:
          schema: major_graphql_example|lib/graphql/schema.graphql

pubspec.yaml: #

dependencies:
  major_graphql: ^0.0.1
  # or major_graphql_flutter: ^0.0.1 for flutter

dev_dependencies:
  major_graphql_generator: ^0.0.1
  build_runner: ^1.7.4
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

graphql_flutter bindings for major_graphql

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, gql, graphql, graphql_flutter, major_graphql

More

Packages that depend on major_graphql_flutter