Suggestion -->Re-orderable list control #824
aedhcarrick
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
I think you can easily do such a control with Flet by looking at this example: https://github.com/flet-dev/examples/blob/main/python/controls/drag-and-drop/drag-drop-ordering.py |
Beta Was this translation helpful? Give feedback.
4 replies
-
ty, this is helpful.
…On Sat, Jan 7, 2023, 23:38 Feodor Fitsner ***@***.***> wrote:
I think you can easily do such a control with Flet by looking at this
example:
https://github.com/flet-dev/examples/blob/main/python/controls/drag-and-drop/drag-drop-ordering.py
—
Reply to this email directly, view it on GitHub
<#824 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6TKAJCUBJ5JFVB6QJ53D3WRJHERANCNFSM6AAAAAATUCKVGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote a kind of hack-y version for a project I'm doing, it works okay, but, every time I see the code, it makes me feel like I have a pimple. Is it feasible to port something like this? ---> https://pub.dev/packages/flutter_reorderable_list
I'm sure I'm not the only one who could find a use for it..
Beta Was this translation helpful? Give feedback.
All reactions