Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Making 1 GIF smaller
  • Loading branch information
Tamir198 authored Aug 18, 2020
commit 1fc3ba85dad1e9fc9d7ce8475e5922642f9e4fc6
7 changes: 6 additions & 1 deletion week10.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ __`To setup lint in Flutter :`__
2. Add `analysis_options.yaml` in project root directory.
![lint](assets/65lint.png)




3. Include `package:lint/analysis_options.yaml` inside `analysis_options.yaml` and add your custom rules.

include: package:lint/analysis_options.yaml
Expand Down Expand Up @@ -180,7 +183,9 @@ Just give the animation `duration` & the updated `TextStyle`. `AnimatedDefaultTe

[try in codepen](https://codepen.io/erluxman/pen/XWXKBJP)

![animatedtext](assets/70textanim.gif)


<img src="assets/70textanim.gif" height ="650">

[___`Tips 1-7`___](README.md)
[__`Tips 08-14`__](week02.md)
Expand Down