vote 1.0.0
vote: ^1.0.0 copied to clipboard
A number of voting methods implemented in Dart with base classes that allow easy comparison between implementations.
1.0.0 #
- Added
ApprovalElectionandApprovalBallot. - Added support for optional
candidatesinIrvElectionandCondorcetElection. - Added
bool get hasSingleWinnertoElection. - Require Dart
2.12.0. - Null safety!
0.1.0+2 #
- Put
changelog.mdin the right spot.
0.1.0+1 #
- Add example and changelog.
0.1.0 #
- Firsts release