I wrote a wrapper to integrate these indicators with flutter's built-in PageController. I'm posting it here in case it's a useful addition. Feel free to assign me a PR if this should be integrated with DotsIndicator, or close this ticket if it's out of scope.
What this does:
registers itself with PageController.addListener so it receives updates
connects DotsIndicator.onTap to the PageController so taps update the PageView position
Hi, sorry for no reply :/
Great idea, I'm afraid that this adding too much complexity on the package, I will think about it for next release.
I close this issue, thank you for idea.
Hi! Great library, thanks for writing it.
I wrote a wrapper to integrate these indicators with flutter's built-in
PageController
. I'm posting it here in case it's a useful addition. Feel free to assign me a PR if this should be integrated with DotsIndicator, or close this ticket if it's out of scope.What this does:
PageController.addListener
so it receives updatesDotsIndicator.onTap
to the PageController so taps update the PageView position