mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
make flutter setup instructions more specific
This commit is contained in:
parent
87c474a859
commit
e7f1d28bb4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Use Tools > SDK Manager to install:
|
||||||
- SDK Tools > Android SDK command line tools,
|
- SDK Tools > Android SDK command line tools,
|
||||||
- SDK Tools > CMake
|
- 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
|
Make a Pixel 4 (API 30) x86_64 emulator with 2GB of storage space for emulation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue