- Changed position to int + fixed sample (Thanks to PR#24)
- REVERT: Changed position to int + fixed sample (Thanks to PR#24)
- Changed position to int + fixed sample (Thanks to PR#24)
- 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
- Add null-safety support (Thanks to PR#15)
- Add
onTap
callback (Thanks to PR#10)
- Set position to
double
and add transition between dots (Thanks to PR#8)
- Add
axis
property to have possibility to display dots as vertical - Add
reversed
property to display dots in reverse position - Add example app
- Fix assert on
position
property
- BREAKING : Now dots customizations like color, size and spacing are provided by a DotsDecorator model with
decorator
property.
- Fix full width of the widget. (Thanks to fvisticot)
- Publish on Pub
- Add asserts to avoid bug
- Initial Release