flutter_starter_kit 1.0.0 copy "flutter_starter_kit: ^1.0.0" to clipboard
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 🚀 #

Dart
Platform

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) #

  1. Clone this repository:
git clone https://github.com/<your-username>/flutter_starter_kit.git
cd flutter_starter_kit
1
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to scaffold Flutter starter projects with Firebase, REST API, or Clean Architecture.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on flutter_starter_kit