I have few app ideas I wanted to create, so I thought I give flutter a try. Downloaded it and as recommended with android-studio… It was horrible bloated and very very slow I could NOT develop with it.
So I started searching for command line based tutorials, but from what I saw in comments was that Google has blocked the method and is no longer supported.
Therefore I am asking is there any other ways to develop android apps, and what do you recommend ? Is there a command line method still alive, qt creator, godot, eclipse ?
You can build flutter from the command line. Try
flutter -h
for the beginning. I can recommend VS Code as IDE.I would recommend vs codium. it is practically the same thing as vs code but open source and without the telemetry nonsense.
Are you able to build with flutter without studio for android? I read “Flutter relies on a full installation of Android Studio to supply its Android platform dependencies”