caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
https://caduandrade.github.io/multi_split_view/
MIT License
129 stars 24 forks source link

_updatesHighlightedDividerIndex shouldn't update while dragging #7

Closed sgehrman closed 2 years ago

sgehrman commented 2 years ago

When you drag a splitview, divider painter will flicker as the highlighted index get set and unset.

See split_view, they have a _dragging flag to keep this from happening.

I forked and will make a PR

caduandrade commented 2 years ago

It happened to me when the divider reached its limit but I kept dragging.