teqani_rewards 0.1.0
teqani_rewards: ^0.1.0 copied to clipboard
A powerful Flutter package for implementing gamification features. Includes achievement systems, streak tracking, and time-limited challenges with SharedPreferences, SQLite, Hive, and Firebase storage [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add teqani_rewards
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
teqani_rewards: ^0.1.0
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:teqani_rewards/teqani_rewards.dart';