axiom_flutter_generator

A code generator for axiom_flutter.

This package automates the creation of type-safe SDKs from your Axiom Contract definition. It parses your API definition (JSON/YAML) and generates the Flutter-compatible Dart code needed to invoke your endpoints via the AxiomRuntime.

📦 Installation

Add this to your dev_dependencies:

dev_dependencies:
  axiom_flutter_generator: ^0.0.1
  build_runner: ^2.4.0

Libraries