From c7ed609b572402e004ff2d032471fcc838532b4a Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 10 May 2018 00:05:40 +0200 Subject: [PATCH] Tinder Cards --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b38ad..0170a79 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,9 @@ Introduction to Flutter - Faisal Abid - [Material Color Picker](https://github.com/long1eu/material_color_picker) - Based on the Google Docs color picker by [Lung Razvan](https://github.com/long1eu) - [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar) - [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) -#### Image +### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com) - [Zoomable Image](https://github.com/perlatus/flutter_zoomable_image) - By Perlatus