dots_indicator 5.0.0
dots_indicator: ^5.0.0 copied to clipboard
Dots indicator to show progression of a PageView for example
CHANGELOG #
5.0.0 #
-
BREAKING: Use the standalone
material_uipackage instead ofpackage:flutter/material.dart. Requires Flutter>=3.44.0and Dart^3.12.0. Migration by @StrangeTechDev in #31. -
DotsIndicator's constructor is nowconst. -
Switched the analyzer config to
flutter_lints(waslints/recommended, unused despite being a declared dependency). -
Added a CI workflow running
flutter analyze,dart formatandflutter teston every push/PR. -
Added a first widget test suite for
DotsIndicator.
4.0.1 #
- Reduce min sdk of example app
4.0.0 #
BREAKING CHANGE
- Change position from int to double, to be able to have lerp animation (like in 2.X.X versions)
3.1.0 #
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
axisproperty to have possibility to display dots as vertical - Add
reversedproperty to display dots in reverse position - Add example app
0.0.5+1 #
- Fix assert on
positionproperty
0.0.5 #
- BREAKING : Now dots customizations like color, size and spacing are provided by a DotsDecorator model with
decoratorproperty.
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