'Scrolling page indicator in Flutter

I have a PageView containing a large number of pages. I am using smooth_page_indicator to indicate the current page. The problem is that since I have a large number of pages, some of the dots are off-screen. I need them to scroll when necessary, and for that I found scrolling_page_indicator package, but it has not been updated for a long time. Is there any other package similar to this?



Solution 1:[1]

I modified the source code of that package and it runs perfectly fine. It wasn't that difficult since whole package contains 207 lines of code. I would like to share it with everyone, but I don't know if it would violate copyrights or whatever. If someone confirms that it would be fine with copyrights, I would be more than happy to share.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1