From a661fc00303258839f34af6517ad50027e50581d Mon Sep 17 00:00:00 2001 From: Ruchika Gupta Date: Mon, 14 May 2018 16:50:40 +0530 Subject: [PATCH 1/4] Flutter Animation category added --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fe74569..80f6fad 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ Introduction to Flutter - Faisal Abid - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) +### Animation + +- [Login-Home Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Implementing super smooth animations in your Flutter App by [Ruchika Gupta](https://github.com/geekruchika) +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) - Creating the swipe view to dismiss the card by [Ruchika Gupta](https://github.com/geekruchika) + ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com) From 3abb513a39fe5cbdf001e57ce967008df5d8c02c Mon Sep 17 00:00:00 2001 From: Ruchika Gupta Date: Thu, 17 May 2018 11:19:17 +0530 Subject: [PATCH 2/4] Login-Home Smooth Animation UI --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 80f6fad..7c4eb0e 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,8 @@ Introduction to Flutter - Faisal Abid - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts) - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) - -### Animation - - [Login-Home Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Implementing super smooth animations in your Flutter App by [Ruchika Gupta](https://github.com/geekruchika) -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) - Creating the swipe view to dismiss the card by [Ruchika Gupta](https://github.com/geekruchika) + ### Image From d13a4df974891b06b94692c2628aba935326acb2 Mon Sep 17 00:00:00 2001 From: Ruchika Gupta Date: Thu, 17 May 2018 11:25:14 +0530 Subject: [PATCH 3/4] Card Swipe UI --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c4eb0e..e0d6eec 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,7 @@ Introduction to Flutter - Faisal Abid - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts) - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) -- [Login-Home Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Implementing super smooth animations in your Flutter App by [Ruchika Gupta](https://github.com/geekruchika) - +- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) - Creating the swipe view to dismiss the card by [Ruchika Gupta](https://github.com/geekruchika) ### Image From ef7ce3f903e010900a8b3a63867013c2fa6c8d63 Mon Sep 17 00:00:00 2001 From: Ruchika Gupta Date: Thu, 17 May 2018 11:30:42 +0530 Subject: [PATCH 4/4] Login-Home Animation UI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d6eec..610d860 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Introduction to Flutter - Faisal Abid - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts) - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) - [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) -- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) - Creating the swipe view to dismiss the card by [Ruchika Gupta](https://github.com/geekruchika) +- [Login-Home Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Implementing super smooth animations in your Flutter App by [Ruchika Gupta](https://github.com/geekruchika) + ### Image