From d9748e9c71813f0e7f03bbd4a30d259d48cb2227 Mon Sep 17 00:00:00 2001 From: Jay Gajjar Date: Thu, 23 Sep 2021 18:42:18 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b773295..5f68f17 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ## Card Swipe Animation -Creating the swipe view as used in the Tinder. Swipe right is considered accepted and swipe left is rejected.It is a rebuild version of a UI design that I came across on [Dribbble](https://dribbble.com/shots/2216416-Showtime-app). +I was creating the swipe view as used in Tinder. Swipe right is considered accepted, and swipe left is rejected. It is a rebuild version of a UI design that I came across on [Dribbble](https://dribbble.com/shots/2216416-Showtime-app). -You can also checkout the flow of animation and steps to design it briefly at my medium article [Tinder Swipe in Flutter](https://blog.geekyants.com/tinder-swipe-in-flutter-7e4fc56021bc) +You can also check out the flow of the animation and the steps to design it briefly in my medium article [Tinder Swipe in Flutter](https://blog.geekyants.com/tinder-swipe-in-flutter-7e4fc56021bc) # Demo @@ -47,4 +47,4 @@ In the command terminal, run the following commands: Run the following command in your terminal. $ flutter run -##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter Animation project. \ No newline at end of file +##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter Animation project.