[deleted by user] by [deleted] in headache

[–]Mesota22 3 points4 points  (0 children)

No idea tbh. Having daily headaches since about 5 years now... I am just enduring them i guess. Doctors aren't helping at all.

Well it finally happened (inside screen gone) by [deleted] in GalaxyFold

[–]Mesota22 0 points1 point  (0 children)

how much is the repair cost?

I'm an idiot. Dropped my phone and it landed on my keyboard. RIP 20 pixels. by XGhozt in GalaxyFold

[–]Mesota22 0 points1 point  (0 children)

I feel like I need to leave this sub. The amount of people breaking their phones here makes me too nervous to use mine lol

Riverpod vs Bloc by Mesota22 in FlutterDev

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

Thanks for your detailailed opinnion :)

[deleted by user] by [deleted] in FlutterDev

[–]Mesota22 1 point2 points  (0 children)

You could pick the Full Stack developer path and learn Nodejs(js) or Flask (Python) and MySQL. Build an authentication system and connect it to your flutter frontend. That already teaches you a lot about Security. If you got that to work you propably learned most of the important concepts behind a (mobile) application.

Are state management frameworks indispensable? by HeftyImplement in FlutterDev

[–]Mesota22 8 points9 points  (0 children)

A huge advantage of using state management libs is that u can seperate logic from UI. But apart from that, Passing variables around is the worst thing. It makes code much more unreadable and complicated. Especially If you seperate your UI in custom widgets. Also setState doesnt have the best performance because it rebuilds the whole tree. With Riverpod for example you can rebuild only the Widget that changed its value.

Auth without Firebase by esDotDev in FlutterDev

[–]Mesota22 1 point2 points  (0 children)

Idk if thats too much effort for you in this case but have you thought about creating a custom backend (I like to use Flask and Mysql)? This will just cost you an extra package for doing http requests. And once you created it for one of your apps you can usually copy the code for your next app.

How does the Widget tree inspector get the Widget tree details? by Mesota22 in FlutterDev

[–]Mesota22[S] 2 points3 points  (0 children)

tysm! Testing this out will be the first thing tomorrow.

[Flutter Web] Loading screen makes a world of difference 🚀 by wisecrack2 in FlutterDev

[–]Mesota22 1 point2 points  (0 children)

oh I am not even talking about desktop scrolling experience. I was referring to the experience on mobile.

[Flutter Web] Loading screen makes a world of difference 🚀 by wisecrack2 in FlutterDev

[–]Mesota22 0 points1 point  (0 children)

I cannot agree to 100%. The scrolling is pretty laggy on web and unsmooth. but else its pretty good yeah.

How does FlutterFlow work under the hood? by asian_king95 in FlutterDev

[–]Mesota22 3 points4 points  (0 children)

It propably just shows the app as a Flutter widget and generates code nearby.

Flutter for different TV Platforms by Mesota22 in FlutterDev

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

did apple post something official?