dice_roller 0.1.0 copy "dice_roller: ^0.1.0" to clipboard
dice_roller: ^0.1.0 copied to clipboard

Simulate standard and custom dice rolls in Dart/Flutter.

0.1.0 #

  • Added valueCounts property to RollResult to retrieve a map of roll frequencies.
  • Added filled extension method on Map<T, int> to populate missing die faces in a frequency map.
  • Updated example to demonstrate usage of valueCounts and filled.

0.0.2 #

  • Updated README title and version reference.
  • Removed publish_to restriction in pubspec.yaml.
  • Added documentation URL and topics in pubspec.yaml.

0.0.1 #

  • Initial version of the dice roller package.
  • Provides a flexible and extensible way to roll dice.
  • Supports standard dice and custom dice.
0
likes
160
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Simulate standard and custom dice rolls in Dart/Flutter.

Repository (GitHub)
View/report issues

Topics

#dice #random #rng

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on dice_roller