dots_indicator 3.0.0 dots_indicator: ^3.0.0 copied to clipboard
Dots indicator to show progression of a PageView for example
CHANGELOG #
2.1.0 #
- Add specific color for each dot, colors/activeColors params added (Thanks to PR#7)
- Add specific size for each dot, sizes/activeSizes params added
- Add specific shape for each dot, shapes/activeShapes params added
- Replace default light blue for active color, by the theme primary color (Thanks to Issue#20)
- Update example app
1.0.0 #
- Add
axis
property to have possibility to display dots as vertical - Add
reversed
property to display dots in reverse position - Add example app
0.0.5+1 #
- Fix assert on
position
property
0.0.5 #
- BREAKING : Now dots customizations like color, size and spacing are provided by a DotsDecorator model with
decorator
property.
0.0.4 #
- Fix full width of the widget. (Thanks to fvisticot)
0.0.3 #
- Publish on Pub
0.0.2 #
- Add asserts to avoid bug
0.0.1 #
- Initial Release