#flutter #beginners #tutorial #delete #dismiss
In this video, we are going to learn about the swipe to dismiss or delete in Flutter with ListView. For this purpose, we are using a flutter widget called the 'Dismissible' widget. Simply wrap the ListTile with this widget and provide the required key and onDismiss method.
► Timestamps
0:00 Project Preview
0:24 Project Setup
1:03 Creating List
1:55 Displaying List Item using ListView
3:18 Wrapping ListTile with Dismissible Widget
4:23 Message using SnackBar
5:02 Providing Background for Leave Behind Indicator
5:40 Outro
........................................
#flutter #beginners #tutorial #dismiss