diff --git a/README.md b/README.md index 9742275..9ac33d7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Flutter Animations Cheat Sheet [![Codemagic build status](https://api.codemagic.io/apps/5d360a1b3b905a001cfaa874/5d360a1b3b905a001cfaa873/status_badge.svg)](https://codemagic.io/apps/5d360a1b3b905a001cfaa874/5d360a1b3b905a001cfaa873/latest_build) -List of animations and transitions that you can used in Flutter. +This is a list of animations and transitions that you can used in Flutter. 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 `v1.12.13+hotfix.5`: +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 `v1.12.13+hotfix.5`, enable web compilation and run: +Upgrade flutter version to at least `v1.12.13+hotfix.5`, enable web compilation and run: ``` flutter version v1.12.13+hotfix.5 flutter config --enable-web @@ -24,7 +24,7 @@ Enable desktop builds by running in the terminal: flutter config --enable-linux-desktop --enable-macos-desktop --enable-windows-desktop ``` ### Linux -- Add the following to `.bash_profile` but replace `$HOME/flutter/` with path to your Flutter folder +- Add the following to `.bash_profile` replacing `$HOME/flutter/` with path to your Flutter folder. ``` # Add Flutter export PATH="$PATH:$HOME/flutter/bin" @@ -32,7 +32,7 @@ export PATH="$PATH:$HOME/flutter/bin" export PATH="$PATH:$HOME/flutter/bin/cache/dart-sdk/bin" ``` ### Mac -- Add the following to `.bash_profile` but replace `$HOME/flutter/` with path to your Flutter folder +- Add the following to `.bash_profile` replacing `$HOME/flutter/` with path to your Flutter folder. ``` # Add Flutter export PATH="$PATH:$HOME/flutter/bin" @@ -58,7 +58,7 @@ You might need to use `-d` to pick desktop if you have any other device connecte OR Open in your ide `flutter-animations` -In IntelliJ/VS Code select appropriate device via device picker and run tha app +In IntelliJ/VS Code select appropriate device via device picker and run the app. # Running Flutter Driver tests on Desktop Installing [fast_flutter_driver](https://github.com/tomaszpolanski/fast_flutter_driver) script: