dice_roller 0.1.0
dice_roller: ^0.1.0 copied to clipboard
Simulate standard and custom dice rolls in Dart/Flutter.
0.1.0 #
- Added
valueCountsproperty toRollResultto retrieve a map of roll frequencies. - Added
filledextension method onMap<T, int>to populate missing die faces in a frequency map. - Updated example to demonstrate usage of
valueCountsandfilled.
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.