flutter_graphql_codegen 1.0.1

SDKdart
Platformwindowslinuxmacos

A powerful code generator for Flutter GraphQL applications that generates type-safe Dart classes and client extensions from GraphQL schemas and operations.

Scripts

prepare_publish.sh

Script to prepare and validate the package before publishing to pub.dev.

Usage

./scripts/prepare_publish.sh

What it does

  • ✅ Installs dependencies
  • ✅ Formats code
  • ✅ Runs static analysis
  • ✅ Executes tests
  • ✅ Validates CHANGELOG.md
  • ✅ Performs dry-run publish check
  • ✅ Provides instructions for publishing

Requirements

  • Dart SDK 3.0.0 or higher
  • All tests must pass
  • Code must be properly formatted
  • No static analysis errors

Output

The script will guide you through the publishing process and provide specific commands to create release tags.