ranking_system 0.0.1 copy "ranking_system: ^0.0.1" to clipboard
ranking_system: ^0.0.1 copied to clipboard

Flexible ranking and leaderboard system for Flutter with multi-metric calculations and rich UI components.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ranking_system

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

dependencies:
  ranking_system: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:ranking_system/ranking_system.dart';
0
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flexible ranking and leaderboard system for Flutter with multi-metric calculations and rich UI components.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, input_quantity

More

Packages that depend on ranking_system