flutter_streak 1.0.1 copy "flutter_streak: ^1.0.1" to clipboard
flutter_streak: ^1.0.1 copied to clipboard

The flutter_streak Dart package provides a simple and flexible way to track user streaks in Flutter apps. It manages streak counts, contribution tracking, and daily progress while persisting data thro [...]

1.0.1 #

  • Add reset function to reset the streak data

1.0.0 #

  • Initial release of flutter_streak
  • Added Streak class to track daily streaks.
  • Added StreakData model for storing streak count, date, contributors, and history.
  • Added StreakDelegate abstract class for custom persistence (local, database, or cloud).
  • Supports single-user and multi-contributor streak tracking.
  • Provides methods for initializing, listening, loading, and updating streaks.
3
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The flutter_streak Dart package provides a simple and flexible way to track user streaks in Flutter apps. It manages streak counts, contribution tracking, and daily progress while persisting data through a delegate system.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_streak