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

Headless gamification UI components for Flutter: achievements, streaks, points, and leaderboards. Bring your own state — no storage, no logic, just widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gamification_ui

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

dependencies:
  gamification_ui: ^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:gamification_ui/gamification_ui.dart';
1
likes
160
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Headless gamification UI components for Flutter: achievements, streaks, points, and leaderboards. Bring your own state — no storage, no logic, just widgets.

Repository (GitHub)
View/report issues

Topics

#gamification #achievements #streaks #leaderboard #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gamification_ui