flutter_slidable
flutter_slidable copied to clipboard
fix: Scrollable of context for nullable instance
Replace the Scrollable.of(context) with Scrollable.maybeOf(context) (after updating to Flutter3.7.0 tests are failing).
This fixes #402. You also need to raise the minimal Flutter version to 3.7 since the Scrollable.maybeOf(context) was introduced in 3.7 and thus does not work on older Flutter versions.
Thank you for this PR, I'll close it since this has already been fixed.