From 3be4be11dda5482449bbdfd6a54b185c73523491 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 30 Nov 2022 08:24:21 -0800 Subject: [PATCH] Use flutter version 3.3.4 --- README.md | 2 +- scripts/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37321c848..9d0f6ff6d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Highlights include: The following prerequisities can be installed with the setup script `scripts/setup.sh` or manually as described below: -- Flutter 3.0.5 [(install manually or with git, do not install with snap)](https://docs.flutter.dev/get-started/install) +- Flutter 3.3.4 [(install manually or with git, do not install with snap)](https://docs.flutter.dev/get-started/install) - Dart SDK Requirement (>=2.17.0, up until <3.0.0) - Android setup ([Android Studio](https://developer.android.com/studio) and subsequent dependencies) diff --git a/scripts/setup.sh b/scripts/setup.sh index 5525d7814..d9c716546 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -12,7 +12,7 @@ sudo apt install -y unzip pkg-config clang cmake ninja-build libgtk-3-dev cd $DEVELOPMENT git clone https://github.com/flutter/flutter.git cd flutter -git checkout 3.0.3 +git checkout 3.3.4 export FLUTTER_DIR=$(pwd)/bin echo 'export PATH="$PATH:'${FLUTTER_DIR}'"' >> ~/.bashrc source ~/.bashrc