-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
customer: mulligan (g3)frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
The ReorderableListView breaks the iOS scroll-to-top gestures by unconditionally creating a new ScrollController:
| final ScrollController _scrollController = new ScrollController(); |
Instead, the reorderable list should prefer using the PrimaryScrollController when available in didChangeDependencies.
Metadata
Metadata
Assignees
Labels
customer: mulligan (g3)frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically