create-flutterinit
v1.0.0
Published
Scaffold production-ready Flutter projects from your terminal
Maintainers
Readme
FlutterInit CLI (create-flutterinit) is an interactive terminal tool that scaffolds production-ready Flutter applications. It bypasses the boilerplate, instantly generating a clean folder structure with your preferred architecture, state management, and backend pre-integrated.
⚡ Quick Start (CLI)
You don't need to install anything globally. Run the initializer directly in your terminal:
# Using npm/npx (Standard Node)
npx create-flutterinit
# Using Bun (Faster startup)
bunx create-flutterinit