majority_judgment 0.2.0
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_judgmentWith Flutter:
$ flutter pub add majority_judgmentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
majority_judgment: ^0.2.0Alternatively, 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';