caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.

Home Page:https://caduandrade.github.io/multi_split_view/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_updatesHighlightedDividerIndex shouldn't update while dragging

sgehrman opened this issue · comments

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

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