diff --git a/week06.md b/week06.md index 22fbf15..1c50dde 100644 --- a/week06.md +++ b/week06.md @@ -68,7 +68,10 @@ Then, Flutter will handle the rest. ) [try in codepen](https://codepen.io/erluxman/pen/xxwJRBQ) -![animatedswitcher](assets/37animatedswitcher.gif) + + + + ## #Day38 GestureDetector widget @@ -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) + + + ## #Day39 Package Animated Text Kit @@ -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) + + + + + ## #Day40 5 Steps of AnimatedIcon @@ -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) + + + ## #Day41 Path Provider( `path_provider package`) (common file locations in iOS and Android) @@ -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) + + + + + + [___`Tips 1-7`___](README.md) [__`Tips 08-14`__](week02.md)