roulette 0.1.2 copy "roulette: ^0.1.2" to clipboard
roulette: ^0.1.2 copied to clipboard

This is a library provide a simple roulette widget which usually used for lottery.

0.1.2 - 2022/06/25 #

  • Update Flutter version to latest (3.0.3)
  • Update lint to 2.0.1 and fix lint warnings
  • Fix rollTo method's document, there's no random parameter but offset
  • Clean up the example
  • Add more detail usage to README.md
  • ⚠ If this update break your build because of the SDK upgrade, please feel free to raise a issue.

0.1.1 - 2022/05/31 #

  • Fix a bug which causes the full-width characters layout incorrectly. (Thanks for @SeeLog's contribution!)

0.1.0+1 - 2022/01/15 #

  • Readme document snapshot resource fix.

0.1.0 - 2022/01/11 #

⚠ Breaking changes: #

  • The RouletteController parameter clockwise has been removed since it does nothing. If you want to control the roll direction, use clockwise in RouletteController.rollTo instead.

Normal changes: #

  • The RouletteController public 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

0.0.1 - 2021/12/12 #

  • Initial release of the roulette package!
  • Please check the home page for package information
28
likes
0
pub points
85%
popularity

Publisher

verified publisherwolframe.org

This is a library provide a simple roulette widget which usually used for lottery.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on roulette