graphql_switch 0.0.1-alpha.1 copy "graphql_switch: ^0.0.1-alpha.1" to clipboard
graphql_switch: ^0.0.1-alpha.1 copied to clipboard

If you like Relay, you're gonna love GraphQL Switch!

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return Text('Hello world');
  }
}
1
likes
120
points
25
downloads

Publisher

verified publisherheft.app

Weekly Downloads

If you like Relay, you're gonna love GraphQL Switch!

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, built_collection, code_builder, dart_style, equatable, flutter, glob, gql, gql_code_builder, graphql_codegen, json_annotation, path, recase

More

Packages that depend on graphql_switch