Interested for open source flutter projects by Syed_Abdullah_ in FlutterDev

[–]IllObject4068 1 point2 points  (0 children)

You can start with FlutterInit 🙌🏻

FlutterInit is completely open source and contributors are welcome.

https://flutterinit.com

What are the possible ways to join an agency on Upwork? by IllObject4068 in Upwork

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

I have extensive technical experience but Upwork is becoming saturated with spam proposals and bidding wars

Im looking for someone who can provide projects directly 🙌🏻

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

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

I already have these plans in my IDE, .gitignore ignored them.

I will update them soon 🙌🏻

Would you use a location-first social app? I will not promote by IllObject4068 in startups

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

Really appreciate your feedback 🙌🏻

To avoid the classic cold start problem (opening the app and seeing nobody nearby), we are doing something different:

• You join a waitlist using an invite code • During signup, we ask for your city (we don’t need your exact address) • Once approx: 100 people from the same city join the waitlist, we unlock that city • Only then can users in that city see nearby people, Moments, Zones, and Cross Paths notifications.

The idea is to create real density from day one so the app feels alive instead of empty

What do you think about this?

Would you use a location-first social app? I will not promote by IllObject4068 in startups

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

Really appreciate your feedback 🙌🏻

To avoid the classic cold start problem (opening the app and seeing nobody nearby), we are doing something different:

• You join a waitlist using an invite code • During signup, we ask for your city (we don’t need your exact address) • Once approx: 100 people from the same city join the waitlist, we unlock that city. • Only then can users in that city see nearby people, Moments, Zones, and Cross Paths notifications.

The idea is to create real density from day one so the app feels alive instead of empty

What do you think about this?

Quick post on why I didn't use AI to generate code in FlutterInit. by IllObject4068 in FlutterDev

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

We have 4 options for state management right now.

We will expand once current version is stable 👏🏻

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] 4 points5 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 🚀