flutter_starter_kit 1.0.0
flutter_starter_kit: ^1.0.0 copied to clipboard
A CLI tool to scaffold Flutter starter projects with Firebase, REST API, or Clean Architecture.
Flutter Starter Kit CLI 🚀 #
A command-line tool to quickly scaffold Flutter projects with a clean architecture, core utilities, theming, routing, and feature scaffolding.
Save time by generating boilerplate code and folder structures automatically!
🌟 Features #
- Initialize a Flutter project with ready-to-use core folders and boilerplate:
core/colors,core/theme,core/strings,core/widgets,core/routing- Splash screen feature
- Add new features (
view,model,viewmodel) quickly. - Add reusable widgets.
- Add services for API handling, storage, or other logic.
- Uses GetRouter for clean routing setup.
💻 Installation #
Local development (for testing) #
- Clone this repository:
git clone https://github.com/<your-username>/flutter_starter_kit.git
cd flutter_starter_kit