Skip to content
Snippets Groups Projects
Commit 57f70b37 authored by vjrj's avatar vjrj
Browse files

Merge branch 'feature/documents-to-switch-flutter-version' into 'master'

Provides prerequisites instructions for downgrading Flutter

See merge request !45
parents 9cb9fb9c 8e3098d8
No related branches found
No related tags found
1 merge request!45Provides prerequisites instructions for downgrading Flutter
......@@ -53,6 +53,21 @@ mkdir -p ~/.ginkgo/www
This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and
present in your development environment.
Project runs in Dart >=2.17.1 <3.0.0, so [higest admisible Flutter version is 3.7.12](https://docs.flutter.dev/release/archive).
```sh
flutter downgrade 3.7.12
```
__If the above command fails__ and you installed Flutter using Snap, you can try [the following](https://stackoverflow.com/questions/66545480/flutter-downgrade-error-there-is-no-previously-recorded-version-for-channel):
```sh
cd ~/snap/flutter/common/flutter
git checkout 3.7.12
flutter doctor
cd -
```
You will see a warning about _unknown channel_. You can ignore it.
Clone the project and enter the project folder.
```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment