Hi Everyone,
I am Aswath, from India. I'm learning dart and flutter for past few weeks.
I'm working on a low end laptop, with android device for simulation. Let me share some problems I really have.
- Everytime "flutter run" command starts app from scratch from Intialiting Gradle to installing on the mobile takes 5 minutes and upto 600MB of RAM memory.
- VS Code or Android Studio takes another 500-700MB memory and using other editors are not productive.
- Simultaneously running both is very difficult and very slow.
- Since there is no extra space in memory, Running any other app is impossible without hanging the PC.
I'm telling these problems to the community because I really like to code in Flutter but its getting difficult.
On the other hand we have an Expo for react native which doesn't need gradle or app installation every time(but it has its own disadvantages, like can't include native code).
I understand the debug app for flutter runs with DartVM in the background. Is it possible to send the code to the app without installing the same app many time or running Gradle everytime and do the computation on the end of the mobile.
Because such tools will be a boost for anyone with low end device, will make them productive altogether.
This will open an entirely new set of people who wants to do mobile app development without having to worry about not having a MacBook Pro.
Thanks,
M.Aswath.