knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

Flutter 2.5 update #42

Closed WilliamCunhaCardoso closed 3 years ago

WilliamCunhaCardoso commented 3 years ago

Fixes migration to Flutter 2.5 update

https://user-images.githubusercontent.com/31575772/132721446-451242a8-6489-4212-80d3-ebaad6124a4c.mp4

WilliamCunhaCardoso commented 3 years ago

Also enables support for web

WilliamCunhaCardoso commented 3 years ago

@knopp please take a look on it? This issue prevents the usage of the package on Flutter 2.5

WilliamCunhaCardoso commented 3 years ago

This also closes https://github.com/knopp/flutter_reorderable_list/pull/35

knopp commented 3 years ago

Thanks for this! The changes look reasonable, I'll try to review and merge this as soon as possible.

knopp commented 3 years ago

Merged. Thanks!