Flutter Animation category added

This commit is contained in:
Ruchika Gupta 2018-05-14 16:50:40 +05:30
parent 03f13db383
commit a661fc0030

View file

@ -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)