@stephthecoder: Most people jump into mobile development… and get lost immediately. No structure. No organization. Just files everywhere. That’s why apps become hard to scale and maintain. If you’re using Flutter, your structure matters more than your code. Group by features. Separate logic from UI. Keep things clean from the start. This is how real apps are built. Save this you’ll need it when your app starts growing #Flutter #MobileDevelopment #AppDevelopment #Programming #SoftwareEngineering
I love flutter. this is a great information for me
2026-04-24 12:48:22
5
ASA Digital Solutions :
Flutter or React Native which one do you use?
2026-04-23 23:02:37
0
Eng.B :
Flutter The great Tech I like write code and build for multi platform
2026-05-21 02:35:56
3
Smoke Zone :
haven't touched flutter once and my apps perform and look better than everything that exists (especially mainstream apps). i built my app framework from scratch and it offers 601.2 million themes for users.
2026-04-24 23:15:41
1
y :
I like your approach with "lib/widgets", especially for reusable components. One thing I’ve been trying is structuring by feature instead of keeping everything flat.
Example:
- "features/auth/login_screen.dart"
- "features/auth/widgets/" → widgets specific to auth (forms, buttons, ..)
Then I repeat that pattern for other features like "home", "profile", and others.
I still keep "lib/widgets/" for truly reusable components across the entire app (like a custom bottom bar or shared UI elements).
It just helps keep things more modular as the app grows. What do you think?
2026-04-24 16:05:34
3
Valmor (dev raiz) :
Flutter > React
2026-05-16 20:21:28
3
Black_dad_engineer :
Respect to the Flutter personally I prefer building separate code bases. I like the native conventions a lot better
2026-05-23 18:20:13
0
Elijah 🔥 :
is it Clean Architecture?
2026-04-24 12:09:36
3
Adam :
not exactly cleared...it needs alot??
2026-05-15 05:19:15
0
Ilham Developer :
react native pls
2026-05-19 16:06:02
1
King of comments ✨️ :
Smooth 🔥
love it
2026-04-24 12:59:39
0
DIAPS-TECH :
Flutter 🥰
2026-04-27 12:13:11
1
ziro :
Provider, Riverprod , BloC,Getx.. ? what I need understand about states
2026-05-29 03:25:28
0
Métis noir BOUTIQUE :
J’ai besoin des associés svp
2026-05-19 08:59:19
0
4miuh :
una de fast API?
2026-04-29 14:46:27
0
kolki :
missing docs/
2026-04-25 11:58:12
0
Lê Huy :
angular
2026-05-13 23:06:58
0
SUNFLOWER🌻 :
top✌
2026-04-26 14:45:55
1
TH THINIMA :
❤️❤️❤️
2026-05-15 22:51:46
0
DonAdty :
🥰🥰🥰
2026-04-26 23:06:46
0
pragata.id :
ngl this flutter structure is decent but lemme break down why its not as clean as they think
no state management folder like bro where is your bloc or riverpod or provider folder?? that literally the heart of any flutter app and its just... missing
features folder too shallow auth home profile thats it?? real world apps have like 10-20 features minimum and theres zero guidance on how to structure inside each feature folder
no test folder they said maintainable but where the tests at lmao if you cant test it you cant maintain it its literally that simple
services living inside core thats kinda weird bc services usually grow fast and burying it inside core makes it harder to find as the app scales up
no l10n or localization folder if youre building for multiple languages (which most apps do) there's no place for that at all
models folder is too flat no separation between response models local models or domain models which gonna get messy real quick
build folder is showing that shouldnt even be in the diagram bc its auto-generated and beginners might think they need to touch it which they absolutely dont
overall its giving "good for a youtube tutorial" energy but for production apps you probably need to level this up fr
2026-04-30 20:16:15
0
To see more videos from user @stephthecoder, please go to the Tikwm
homepage.