Development/Flutter - Widget

Flutter 위젯] #28 Dismissible

Clein8 2020. 2. 18. 12:11
반응형

 

 

추천 패키지

 

flutter_slidable | Flutter Package

A Flutter implementation of slidable list item with directional slide actions that can be dismissed.

pub.dev

 

 

flutter.dev Reference

 

Dismissible class - widgets library - Dart API

A widget that can be dismissed by dragging in the indicated direction. Dragging or flinging this widget in the DismissDirection causes the child to slide out of view. Following the slide animation, if resizeDuration is non-null, the Dismissible widget anim

api.flutter.dev

 

반응형