Quick Flutter Integration
via CLI
From fresh Flutter project to embedded game engine with a few commands. The game CLI handles project configuration, engine setup, and build management automatically.
CLI-Powered Project Setup
Initialize, scaffold, and configure your Flutter game projects from the command line with built-in engine integration.
Creates a .game.yml configuration file for your project. Specify your engine (--unity or --unreal), project name, and target configuration. The CLI generates the right configuration template for your setup.
Generate a complete Flutter package structure with game engine configuration. Creates a minimal, working project template ready for development. Supports -- engine unity or --engine unreal.
Add a game engine to an existing Flutter project. The CLI modifies your project to include Unity or Unreal Engine support without disrupting your existing code.
Build your Flutter app with an embedded game engine in one step. The CLI handles engine export, file synchronization, and Flutter compilation for Android, iOS, macOS, Windows, and Linux.
.png&w=3840&q=75)