vote 2.1.0
vote: ^2.1.0 copied to clipboard
A number of voting methods implemented in Dart with base classes that allow easy comparison between implementations.
2.1.0 #
CondorcetElectionResult- Added
fromPairsfactor constructor. - Added
pairsgetter.
- Added
2.0.0 #
CollectionPair.flipnow has only one parameter.- Added
ElectionResultandCondorcetElectionResultclasses.
1.0.1 #
- Removed incorrect assert.
- Improved documentation in
README.md.
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