From e7f1d28bb492eccf6b6e3f99978e0be1aaad4a7d Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Wed, 3 May 2023 13:21:35 -0500 Subject: [PATCH] make flutter setup instructions more specific --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 6667e581f..ad71dba36 100644 --- a/docs/building.md +++ b/docs/building.md @@ -29,7 +29,7 @@ Use Tools > SDK Manager to install: - SDK Tools > Android SDK command line tools, - SDK Tools > CMake -Then in File > Settings > Plugins, install the Flutter plugin and restart the IDE. In Android Studio's options for the Flutter language, enable auto format on save to match the project's code style. If you have problems with the Dart SDK, make sure to run `flutter` in a terminal to download it (use `source ~/.bashrc` to update your environment variables if you're still using the same terminal from which you ran `setup.sh`) +Then in File > Settings > Plugins, install the Flutter plugin and restart the IDE. In File > Settings > Languages & Frameworks > Flutter > Editor, enable auto format on save to match the project's code style. If you have problems with the Dart SDK, make sure to run `flutter` in a terminal to download it (use `source ~/.bashrc` to update your environment variables if you're still using the same terminal from which you ran `setup.sh`) Make a Pixel 4 (API 30) x86_64 emulator with 2GB of storage space for emulation