majority_judgment 0.2.0 copy "majority_judgment: ^0.2.0" to clipboard
majority_judgment: ^0.2.0 copied to clipboard

Resolve Majority Judgment polls, to get the rank of each proposal. Supports billions of judges.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add majority_judgment

With Flutter:

 $ flutter pub add majority_judgment

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  majority_judgment: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:majority_judgment/majority_judgment.dart';
2
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Resolve Majority Judgment polls, to get the rank of each proposal. Supports billions of judges.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

yaml

More

Packages that depend on majority_judgment