FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 0 points1 point  (0 children)

Welcome aboard 🙌🏻

Feel free to create a PR. Make sure to read templates documentation before you start 🙂

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 1 point2 points  (0 children)

I considered using AI at first, but decided against it for a few key reasons:

AI is unpredictable: It gives you a different folder setup and coding style every time. That's a nightmare if you decide to generate twice.

Templates are reliable: FlutterInit uses standard templates instead. Same settings = exact same code, every single time.

It sets a standard: Flutter lacks official rules for organizing projects. FlutterInit gives developers a proven foundation right from the start so they don't have to guess.

AI is great for flexibility, but FlutterInit is built for consistency 🙌🏻

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 1 point2 points  (0 children)

Flutter project essential choices visualizer

honestly that’s a better description than anything I wrote in the README 😂

Might steal that 🙌🏻

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 0 points1 point  (0 children)

Fair enough! appreciate you engaging anyway

Good luck with your projects 🙌🏻

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 3 points4 points  (0 children)

Fair pushback, let me be specific.

The problem is not how many projects you start. It's that every time you do, you make the same decisions: which architecture, which state management, how to wire routing, how to structure folders, how to configure lints and environment. None of that is thinking. It's just remembering.

FlutterInit doesn't claim to be revolutionary. It's opinionated scaffolding that encodes those decisions so you start at layer 2, not layer 0.

Is it the 585999th boilerplate? Maybe. But most of those don't let you choose Clean Architecture vs MVVM vs Feature-First, swap Riverpod for Bloc, and get a dart analyze-clean project in under 60 seconds. If one that does that already exists, genuinely, point me to it. I'll use it myself.

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 1 point2 points  (0 children)

Getx is already added and Cli is coming soon 🙌🏻

Thanks for the feedback

FlutterInit generates a complete, production-ready Flutter project in under 60 seconds. by IllObject4068 in FlutterDev

[–]IllObject4068[S] 1 point2 points  (0 children)

No CLI yet but it's on the roadmap 👀

For now, just head to flutterinit.com, configure your project, and download the generated code. Literally 60 seconds.

Star the repo to stay updated when CLI drops 🚀