flutter-sdk: https://flutter.dev/docs/get-started/install
flutter on windows: https://flutter.dev/docs/get-started/install/windows
zip extract and run flutter-console.bat
then use flutter commands
flutter –version
add flutter/flutter/bin to system path.
flutter doctor –> to diagnose setup environment
—
Install Android studio (using google)
welcme screen — configure — plugins — browse repositories — flutter
—
in android studio, can create an emulater using AVD manager, in the top navigation right side.
Keep graphics option set to “Hardware acceleration” for speed.
—
Leave a comment