animated_habit_heatmap 0.2.0
animated_habit_heatmap: ^0.2.0 copied to clipboard
A beautiful, customizable animated heatmap widget for visualizing habit tracking data. Display 365 days of activity with smooth color animations, similar to GitHub contribution graphs.
0.2.0 #
- Professional Enhancements
- Added GitHub Actions CI/CD for automated testing and publishing
- Enhanced testing suite with comprehensive unit and integration tests
- Improved code quality with stricter linting rules
- Added accessibility support with semantic labels for screen readers
- Updated example app with tabbed views for different month ranges (3, 6, 12 months)
- Added badges to README for pub.dev, build status, and license
- Refined documentation and contributing guidelines
0.1.0 #
- Initial Public Release
- Core animated heatmap widget displaying 365 days of activity data
- Smooth color animations with customizable color scales
- Tap interaction support for individual cells
- Configurable cell size and spacing
- Built-in streak calculation utility (
HeatmapUtils.calculateLongestStreak) - Comprehensive documentation and examples
- Zero external dependencies (Flutter only)
0.0.1 #
- TODO: Describe initial release.