• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
October 21, 2021 |746 Views
Implementing Swipe to Dismiss Feature in Flutter
  Share  4 Likes
Description
Discussion

In most of the applications where the data is being displayed in the form of the list, we can get to see this type of feature. For instance, the Swipe to Dismiss feature is seen in the Gmail application in which users can swipe the mail to right or left to move that specific mail to the archive folder. In this video, we will be implementing a similar feature for our ListView. Using this feature we will be able to delete the items from the list inside our ListView. We will be building this application using Flutter and we will be using Dart as a programming language. We will be using Android Studio as an IDE. This project will surely help beginners or intermediate-level Android Developers to brush up and enhance their Android development skills. 

Related article: https://www.geeksforgeeks.org/flutter-implementing-swipe-to-dismiss-feature/

Read More