hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
740 stars 170 forks source link

Fix crashes when using Flutter 3.7 #174

Closed luccasclezar closed 1 year ago

luccasclezar commented 1 year ago

Fixes #167 PrimaryScrollController.of() was called with a context that does not contain a PrimaryScrollController widget thrown after flutter upgrade

diegotori commented 1 year ago

LGTM.

diegotori commented 1 year ago

@luccasclezar is there any chance that you can revert the formatting changes until I establish proper Dart linting on this project?

Thanks in advance.

luccasclezar commented 1 year ago

Sure, I didn't mean to format that 😅

diegotori commented 1 year ago

No worries.

luccasclezar commented 1 year ago

Done

diegotori commented 1 year ago

I'll merge this first thing in the morning, since it's getting late.