Skip to content

Commit e7c43ec

Browse files
committed
fix: increase flutter version to 3.38.1
1 parent 918c5c3 commit e7c43ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pip3 install --upgrade meson==0.64.1 markdown==3.4.1 markupsafe==2.1.1 jinja2==3
7777
```
7878

7979
### Flutter
80-
Install Flutter 3.35.7 by [following their guide](https://docs.flutter.dev/get-started/install/linux/desktop?tab=download#install-the-flutter-sdk). You can also clone https://github.com/flutter/flutter, check out the `3.35.7` tag, and add its `flutter/bin` folder to your PATH as in
80+
Install Flutter 3.38.1 by [following their guide](https://docs.flutter.dev/get-started/install/linux/desktop?tab=download#install-the-flutter-sdk). You can also clone https://github.com/flutter/flutter, check out the `3.35.7` tag, and add its `flutter/bin` folder to your PATH as in
8181
```sh
8282
FLUTTER_DIR="$HOME/development/flutter"
8383
git clone https://github.com/flutter/flutter.git "$FLUTTER_DIR"
@@ -293,13 +293,13 @@ If the DLLs were built on the WSL filesystem instead of on Windows, copy the res
293293
Frostdart will be built by the Windows host later.
294294

295295
### Install Flutter on Windows host
296-
Install Flutter 3.35.7 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.35.7` tag, and adding its `flutter/bin` folder to your PATH as in
296+
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
297297
```bat
298298
@echo off
299299
set "FLUTTER_DIR=%USERPROFILE%\development\flutter"
300300
git clone https://github.com/flutter/flutter.git "%FLUTTER_DIR%"
301301
cd /d "%FLUTTER_DIR%"
302-
git checkout 3.35.7
302+
git checkout 3.38.1
303303
setx PATH "%PATH%;%FLUTTER_DIR%\bin"
304304
echo Flutter setup completed. Please restart your command prompt.
305305
```

0 commit comments

Comments
 (0)