Boost 🚀 your development of Dart/Flutter apps using a GraphQL API by generating models directly from your GraphQL Schema.
Currently, this plugin only generates Freezed models, but work is ongoing to make it way easier to work with GraphQL by scaffolding an entire GraphQL client with support for Queries, Mutations and Subscriptions taking huge inspiration from KitQL
The flutter-freezed
plugin generates Freezed models from a
GraphQL Schema.
Head over to the getting started guide to learn how to get started using this plugin in your Dart/Flutter projects.
For more advanced configuration, please refer to the plugin documentation.
Found a bug, confused about something, got a suggestion?
Please
create a new issue,
and tag/mention me @Parables
in the issue so that I can address the issue as soon as possible.
This started as a plugin, but eventually we hope to make it way easier to use GraphQL in your Flutter apps.
This plugin is found in the graphql-code-generator-community