ScaffoldIo 🚀
ScaffoldIo is a premium Flutter scaffolding tool by Hiren Makwana. Stop starting from scratch and build production-ready apps in seconds using senior-level architecture and pre-built high-quality UIs.
✨ Features
- Expert Architecture: Projects are generated with professional folder structures (
utils,store,screens,services,extensions). - State Management: Ready-to-use MobX configuration for efficient state handling.
- Production Ready: Includes full native configurations for Android and iOS.
- Interactive CLI: A simple, step-by-step terminal interface that handles naming and setup for you.
📦 Installation
To use ScaffoldIo from anywhere on your system, activate it globally via pub.dev:
dart pub global activate scaffoldio
🛠 Usage
To generate a new project or add a template to an existing one, navigate to your desired folder and run:
scaffoldio create <template_name>
Current Templates:
ecommerce: A premium Fashion/Store UI (based on the Kapda project) featuring 15+ high-quality screens including Splash, Home, Product Details, and Profile.
⏳ Coming Soon:
service: High-quality service-based app template (Hoora Clone).medical: Comprehensive medical and health management template.delivery: End-to-end food and courier delivery boilerplate.
📂 Generated Structure
When you generate a project, ScaffoldIo builds this standard senior-level structure for you:
lib/
├── components/ # Reusable UI widgets
├── extensions/ # Context and widget extensions
├── model/ # Data models
├── screens/ # High-fidelity UI screens
├── services/ # API and external services
├── store/ # MobX state management
└── utils/ # App colors, themes, and constants
🤝 Support & Contribution
Feel free to open an issue or pull request on GitHub.
Developed with ❤️ by Hiren Makwana
Libraries
- scaffoldio
- Core library for the Scaffoldio CLI.