You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally download [Android Studio](https://developer.android.com/studio) as an IDE and activate its Dart and Flutter plugins. VS Code may work as an alternative, but this is not recommended.
230
235
231
236
### Flutter
232
-
Install [Flutter](https://docs.flutter.dev/get-started/install) 3.29.2 on your Mac host by following [these instructions](https://docs.flutter.dev/get-started/install/macos). Run `flutter doctor` in a terminal to confirm its installation.
237
+
Install 3.38.5 on your Mac host by [following their guide](https://docs.flutter.dev/install/manual). Run `flutter doctor` in a terminal to confirm its installation.
233
238
234
239
### Build plugins and configure
235
240
#### Building plugins for iOS
@@ -295,16 +300,7 @@ If the DLLs were built on the WSL filesystem instead of on Windows, copy the res
295
300
Frostdart will be built by the Windows host later.
296
301
297
302
### Install Flutter on Windows host
298
-
Install Flutter 3.38.1 on your Windows host (not in WSL2) by [following their guide](https://docs.flutter.dev/get-started/install/windows/desktop?tab=download#install-the-flutter-sdk) or by cloning https://github.com/flutter/flutter, checking out the `3.38.1` tag, and adding its `flutter/bin` folder to your PATH as in
299
-
```bat
300
-
@echo off
301
-
set "FLUTTER_DIR=%USERPROFILE%\development\flutter"
Copy file name to clipboardExpand all lines: lib/pages/settings_views/wallet_settings_view/wallet_network_settings_view/wallet_network_settings_view.dart
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,13 @@ class _WalletNetworkSettingsViewState
Copy file name to clipboardExpand all lines: lib/pages/settings_views/wallet_settings_view/wallet_settings_wallet_settings/edit_refresh_height_view.dart
Copy file name to clipboardExpand all lines: lib/pages/settings_views/wallet_settings_view/wallet_settings_wallet_settings/wallet_settings_wallet_settings_view.dart
0 commit comments