A new Flutter app to learn it.
It is the present day's popular one library for almost all platform app develpment like Android ( ~60% market share), Iphone ( ~30% ). More less one flutter dev can create the app once and it can be built into any of the target architecture.
Dart is a modern programming strictly typed language with AOT compilation like js in development and JIT for production ( as it takes more time ) compiled to native code like most strictly typed languages do. It supports single inheritance.
- Android studio with one virtual device, ( required only if developing for Android otherwise host OS can be selected as well ) preferably installed in non OS drive.
- Flutter sdk and Dart sdk which can be installed from the VSCode
Flutterplugin itself. Select a different drive than the root folder is preferred for disk issues.
In chromium, do
CHROME_EXECUTABLE=chromium flutter run -d chrome