frankly_match 0.1.1
frankly_match: ^0.1.1 copied to clipboard
Diversity-maximizing group matching for deliberative conversations. Assigns participants into groups that maximise Hamming distance across answer masks, ensuring each group contains heterogeneous viewpoints.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add frankly_matchWith Flutter:
$ flutter pub add frankly_matchThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
frankly_match: ^0.1.1Alternatively, 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:frankly_match/frankly_match.dart';