Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszpolanski committed Apr 6, 2021
1 parent 6f15b07 commit 9b389bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ Available as a [webpage](https://flutter-animations-cheat-sheet.codemagic.app/#/
The content of the page is [searchable](https://flutter-animations-cheat-sheet.codemagic.app/#/content).

# Building
Last tested version of Flutter that works with this repo is `1.23.0-18.1.pre`:
Last tested version of Flutter that works with this repo is `2.1.0-12.2.pre`:
* **Important**: You cannot be on beta/stable channel to run flutter desktop - check out how [to switch to a specific version](https://tomek-polanski.medium.com/running-flutter-desktop-on-stable-channel-c2ee38157e7b).

## Building for Web
Upgrade flutter to minimum `1.23.0-18.1.pre`, enable web compilation and run:
Upgrade flutter to minimum `2.1.0-12.2.pre`, enable web compilation and run:
```
flutter version 1.23.0-18.1.pre
flutter config --enable-web
flutter version 2.1.0-12.2.pre
flutter run -d chrome -v
```

Expand Down

0 comments on commit 9b389bd

Please sign in to comment.