From 36e62b1fd9c5a2c219647a3abd5d9163c3429f70 Mon Sep 17 00:00:00 2001 From: Tianhao Zhou Date: Sun, 29 Sep 2019 22:36:56 -0700 Subject: [PATCH] change flutter version in doc Change the flutter version in README from 1.8.4 to 1.7.8+hotfix.4 to keep it consistent with the first example and also avoid the confusion because 1.8.4 beta does not exist (which will cause a http error if someone copy the code as is). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86dc0e5..a4a5c19 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ jobs: java-version: '12.x' - uses: subosito/flutter-action@v1 with: - flutter-version: '1.8.4' + flutter-version: '1.7.8+hotfix.4' channel: 'beta' - run: flutter pub get - run: flutter test