X-Wei/flutter_catalog

is there is iOS alike editable list view ?

a22349 opened this issue · 1 comments

Hi ,
can you supply a widget that simulate ios editable view ?
in editable mode , the list item left has delete button , right has drag-drop button and can reorder it ,also it has a add button to add a new row ...the list view is pretty common in ios but i can't find in it flutter ...
thanks .

X-Wei commented

I don't know of such ready-made widgets, but probably you can make up your own, for example here can be a good pointer.