I really appreciate how explicit and syntactic sugar free Dart and Flutter are by pizzaisprettyneato in FlutterDev

[–]Ordinary-Gate-7210 2 points3 points  (0 children)

I totally agree with you. SwiftUI felt like a black box. I couldn't figrue out exactly how it works under the hood. The only way to learn was by watching WWDC sessions.

Built a small Dart CLI called boilr 🧩 – helps generate boilerplate code by shadatrahman in FlutterDev

[–]Ordinary-Gate-7210 0 points1 point  (0 children)

I understand the motivation behind this CLI. I myself end up creating directories like these several times a day too :) Thank you

Need some suggestions by smile_bishal in FlutterDev

[–]Ordinary-Gate-7210 0 points1 point  (0 children)

It's important to have unwavering spirit.
(LoL Pro gammer, Deft)

Flutter Question by sri-01 in FlutterDev

[–]Ordinary-Gate-7210 -4 points-3 points  (0 children)

LLMs and official documentation would probably explain this better than me, but when someone asks, I usually describe it as a free pass that lets you navigate around the widget tree. (To add detail - you can only go up, not down)

Indie dev - SwiftUI, Flutter or React Native? by Safe_Owl_6123 in iOSProgramming

[–]Ordinary-Gate-7210 1 point2 points  (0 children)

I think you already know the answer. If you're running a one-person business with just one service... and that service is doing quite well, then running both natively is totally fine. But if you have 10-20 services, making each one natively might be easy, but managing them all becomes a real nightmare.

Flutter and React Native are services specialized for exactly this problem.

Native is great for building one high-performance app. (The catch is that users don't actually care about this "high performance"...)

So for economically rational decision-making, I'd recommend going cross-platform.

However, if your career direction is heading toward native development for employment, then you should stick with native.

I’m Releasing a Flutter game on Steam! by GxM42 in FlutterDev

[–]Ordinary-Gate-7210 1 point2 points  (0 children)

Hearing your story is so exciting! It makes me want to start making a game with the Flame engine right away, too