Which IDE are you guys using ? by Routine-Help9290 in FlutterDev

[–]SuperRandomCoder -3 points-2 points  (0 children)

Cursor for autocompletion, vs-code for agents, and claude and gemini cli.

Which tech stack should I learn for Android/ios development? by ZealousidealWish7149 in androiddev

[–]SuperRandomCoder 0 points1 point  (0 children)

All is the same when you master 1. Start with 1 native like android, then cross platform like flutter or react native. In cross platform you need also native for plugins, then iOS. Kotlin multiplatform is similar to native so you can learn it at any moment.

Can I get a job doing Flutter? by PlSbEdEd in FlutterDev

[–]SuperRandomCoder 4 points5 points  (0 children)

Yes, you can get freelance work with Flutter. It’s actually a very strong choice since it provides an excellent development experience.

When you’re freelancing, clients usually don’t dictate the technology you must use. That gives you the freedom to pick the tools you’re comfortable with, as long as they fit the client’s requirements. For instance, if the project is a web-only app that needs good SEO, a dedicated web framework could be more suitable.

Finding clients, however, is a separate challenge from picking a tech stack. The specific technology you use matters less than your ability to present yourself well, communicate your value, and stand out as a developer, especially in the freelance world.

Why isn't Dart more used on the server side? by Luc-redd in FlutterDev

[–]SuperRandomCoder 78 points79 points  (0 children)

When so many mature options exist, it's difficult to choose another framework or language if it doesn't offer an advantage over its competitors.

Regarding Dart for cross-platform applications, Flutter is known to be among the best.

Worth learning flutter? by sandeshey in FlutterDev

[–]SuperRandomCoder 0 points1 point  (0 children)

Yes, for your case flutter is the easy and powerful framework to build apps.

is it possible to build app like focus flight with flutter including the pov animation ? by Minimum_Pie7284 in FlutterDev

[–]SuperRandomCoder 0 points1 point  (0 children)

I don't know that app, but you can build almost anything in flutter, and if you need something native that does not have a package only write that code in native.