Update flutter version to 3.10.5 in setup.sh script

This commit is contained in:
Diego Salazar 2023-07-04 17:17:25 -06:00 committed by GitHub
parent 2ff855d7d0
commit f1bcb05ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ sudo apt install -y unzip pkg-config clang cmake ninja-build libgtk-3-dev
cd $DEVELOPMENT cd $DEVELOPMENT
git clone https://github.com/flutter/flutter.git git clone https://github.com/flutter/flutter.git
cd flutter cd flutter
git checkout 3.10.3 git checkout 3.10.5
export FLUTTER_DIR=$(pwd)/bin export FLUTTER_DIR=$(pwd)/bin
echo 'export PATH="$PATH:'${FLUTTER_DIR}'"' >> ~/.bashrc echo 'export PATH="$PATH:'${FLUTTER_DIR}'"' >> ~/.bashrc
source ~/.bashrc source ~/.bashrc