Exposed EdgeDraggingAutoScroller velocityScalar to ReorderableList#124459
Merged
auto-submit[bot] merged 2 commits intoflutter:masterfrom Apr 12, 2023
Merged
Exposed EdgeDraggingAutoScroller velocityScalar to ReorderableList#124459auto-submit[bot] merged 2 commits intoflutter:masterfrom
auto-submit[bot] merged 2 commits intoflutter:masterfrom
Conversation
Contributor
Author
There was a problem hiding this comment.
Since the auto scroll happens dispatching animateTo one after the other, I could not find any other way to let them execute apart from pumping with some frequency.
- pumpAndSettle does not work because it never settles, it would only settle when the list got to the end, which I don't wan't.
- pump (even with a big duration) does not work because it won't let all the
animateToto happen, just the first one
Please let me know if there is a better way to achieve this.
8c1a678 to
8c66d77
Compare
Piinks
reviewed
Apr 10, 2023
Piinks
reviewed
Apr 10, 2023
Piinks
reviewed
Apr 10, 2023
chunhtai
reviewed
Apr 10, 2023
863d76f to
acf5959
Compare
Contributor
|
auto label is removed for flutter/flutter, pr: 124459, due to - The status or check suite Mac customer_testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Contributor
|
Rebased to try to fix failing checks. |
Contributor
Author
Thanks. Let me know if there are other simple issues you would like me to check. I would like to start contributing more to the flutter framework. |
Contributor
|
@gabrielgarciagava glad to hear it! Welcome to the project! |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Apr 12, 2023
exaby73
pushed a commit
to NevercodeHQ/flutter
that referenced
this pull request
Apr 17, 2023
…lutter#124459) Exposed EdgeDraggingAutoScroller velocityScalar to ReorderableList
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #120479
List which issues are fixed by this PR. You must list at least one issue.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.