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
27 changes: 21 additions & 6 deletions week06.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ Then, Flutter will handle the rest.
)
[try in codepen](https://codepen.io/erluxman/pen/xxwJRBQ)

![animatedswitcher](assets/37animatedswitcher.gif)



<img src="assets/37animatedswitcher.gif" height ="750">

## #Day38 GestureDetector widget

Expand Down Expand Up @@ -103,7 +106,9 @@ All those callbacks behave like `onClick(){}` on Button.

[try on codepen](https://codepen.io/erluxman/pen/wvKxVrE)

![gesture](assets/38gesture.gif)


<img src="assets/38gesture.gif" height ="750">

## #Day39 Package Animated Text Kit

Expand All @@ -124,7 +129,11 @@ animated_text_kit provides some cool ways to animate text appearences.

[animated_text_kit package](https://pub.dev/packages/animated_text_kit#-installing-tab-)

![animatedtext](assets/39animatetext.gif)




<img src="assets/39animatetext.gif" height ="750">

## #Day40 5 Steps of AnimatedIcon

Expand All @@ -138,7 +147,9 @@ We can use AnimatedIcon in 5 simple steps.

[play on codepen](https://codepen.io/erluxman/pen/PoPyNrM)

![animatedicon](assets/40animatedicon.gif)


<img src="assets/40animatedicon.gif" height ="750">

## #Day41 Path Provider( `path_provider package`) (common file locations in iOS and Android)

Expand Down Expand Up @@ -189,8 +200,12 @@ We can use ShapeBorder to give outline to widgets or Clip them on it's shape. Th

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

![shapeborder](assets/41shapeborder1.png)
![shapeborder](assets/41shapeborder2.png)


<img src="assets/41shapeborder1.png" height ="750">

<img src="assets/41shapeborder2.png" height ="750">


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