flutter_streak 1.0.1
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
Streakclass to track daily streaks. - Added
StreakDatamodel for storing streak count, date, contributors, and history. - Added
StreakDelegateabstract 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.