A problem for null safety.
Null safety version.
Fixes: #20.
Breaking change: Replace the pageView property to child. But when the child is not a PageView, there is no Indicator.
New feature:
- Make
PageContainerState
to public. - And method
forceRefreshState
to refresh state from outer. - Support reverse
Other:
Add a runner example in the repository.
breaking change:
remove size param
add shape param
update readme
fix init page bug (#1 issue)
update LICENSE to apache
update indicator between space
first version