track 0.0.1
track: ^0.0.1 copied to clipboard
Easily track streaks, counters, history, and records. Effortless persistent trackers with no manual timers or storage, just define and go.
0.0.1 #
- Added
TrackerPeriod- Represents different time periods for tracking purposes. - Added
BaseTracker- An abstract base class for tracking values with expiration logic. - Added testing tools and utilities
Notes: Originally was part of the prf package. Extracted into a standalone package for modularity, lighter dependencies, and focused use. Ideal for apps needing easy-to-integrate time-based limits without extra logic.