roulette 0.1.0
roulette: ^0.1.0 copied to clipboard
This is a library provide a simple roulette widget which usually used for lottery.
0.1.0 - 2022-01-11 #
⚠ Breaking changes: #
- The
RouletteControllerparameterclockwisehas been removed since it does nothing. If you want to control the roll direction, useclockwiseinRouletteController.rollToinstead.
Normal changes: #
- The
RouletteControllerpublic constructor is now a factory constructor.
Others: #
- Add some new test case
- Fix some document
- Update some example codes
0.0.1+2 - 2021-12-14 #
- Fix some document
0.0.1+1 - 2021-12-13 #
- Change min sdk version to 2.12.0(The first SDK that supports null safety)
- Fix some pub score warnings