Skip to content

Commit

Permalink
Updating to v1.12.13+hotfix.5 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszpolanski authored Dec 18, 2019
1 parent 6c19ed1 commit 7db46a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ List of animations and transitions that you can used in Flutter.
Available as a [webpage](https://flutter-animations-cheat-sheet.codemagic.app/#/).

# Building
Last tested version of Flutter that works with this repo is `1.10.14`:
* **Important**: Use `version` otherwise desktop won't be picked up: `1.10.14`
Last tested version of Flutter that works with this repo is `v1.12.13+hotfix.5`:
* **Important**: Use `version` otherwise desktop won't be picked up: `v1.12.13+hotfix.5`

## Building for Web
Upgrade flutter to minimum `1.10.14`, enable web compilation and run:
Upgrade flutter to minimum `v1.12.13+hotfix.5`, enable web compilation and run:
```
flutter version 1.10.14
flutter version v1.12.13+hotfix.5
flutter config --enable-web
flutter run -d chrome -v
```
Expand Down

0 comments on commit 7db46a2

Please sign in to comment.