page_indicator 0.4.1
page_indicator: ^0.4.1 copied to clipboard
flutter pageview indicator, easy to use. Custom location, size, but only circular.
CHANGE_LOG #
0.4.1 #
A problem for null safety.
0.4.0 #
Null safety version.
0.3.0 #
Breaking change: Replace the pageView property to child. But when the child is not a PageView, there is no Indicator.
0.2.1 #
New feature:
- Make
PageContainerState
to public. - And method
forceRefreshState
to refresh state from outer. - Support reverse
Other:
Add a runner example in the repository.
0.2.0 #
breaking change:
remove size param
add shape param
0.1.3+1 #
update readme
0.1.3 fix bug #
fix init page bug (#1 issue)
0.1.2 update LICENSE #
update LICENSE to apache
0.1.1 #
update indicator between space
0.1.0 #
first version