neer_elo 0.5.0 copy "neer_elo: ^0.5.0" to clipboard
neer_elo: ^0.5.0 copied to clipboard

Library for calculating the Elo Ratings

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neer_elo

With Flutter:

 $ flutter pub add neer_elo

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

dependencies:
  neer_elo: ^0.5.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:neer_elo/neer_elo.dart';
1
likes
115
pub points
29%
popularity

Publisher

unverified uploader

Library for calculating the Elo Ratings

Homepage

Documentation

API reference

License

unknown (license)

More

Packages that depend on neer_elo