Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit d4825c9

Browse files
Update readme
1 parent e91160f commit d4825c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update
2525
RUN apt-get install -y curl git unzip
2626

2727
#define variables
28-
ARG FLUTTER_VERSION=3.13.0
28+
ARG FLUTTER_VERSION=3.24.1
2929
ARG FLUTTER_SDK_LOCATION=/usr/local/flutter
3030
ARG APP_LOCATION=/app/
3131

@@ -72,7 +72,7 @@ To use a specific version of Flutter, simply change the value of the `FLUTTER_VE
7272

7373
### Use specific Flutter Checkout
7474

75-
If you want to use a specific commit due to a fork or something, (IDK) you must modify the line:
75+
If you want to use a specific commit due to a fork or something (IDK), you must modify the line:
7676

7777
```dockerfile
7878
RUN cd $FLUTTER_SDK_LOCATION && git checkout tags/$FLUTTER_VERSION

0 commit comments

Comments
 (0)