vote 2.1.0 copy "vote: ^2.1.0" to clipboard
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 fromPairs factor constructor.
    • Added pairs getter.

2.0.0 #

  • CollectionPair.flip now has only one parameter.
  • Added ElectionResult and CondorcetElectionResult classes.

1.0.1 #

  • Removed incorrect assert.
  • Improved documentation in README.md.

1.0.0 #

  • Added ApprovalElection and ApprovalBallot.
  • Added support for optional candidates in IrvElection and CondorcetElection.
  • Added bool get hasSingleWinner to Election.
  • Require Dart 2.12.0.
  • Null safety!

0.1.0+2 #

  • Put changelog.md in the right spot.

0.1.0+1 #

  • Add example and changelog.

0.1.0 #

  • Firsts release
6
likes
130
pub points
23%
popularity

Publisher

verified publisherj832.com

A number of voting methods implemented in Dart with base classes that allow easy comparison between implementations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, graphs, meta, string_scanner

More

Packages that depend on vote