simple_heatmap_calendar 0.4.0
simple_heatmap_calendar: ^0.4.0 copied to clipboard
A powerful and easy-to-use Flutter heatmap calendar package which supports internationalization, UTC time zone, and offers rich and adjustable options.
Change log #
0.3.0 #
- Update code to be compatible with Flutter 3.27
- Add some flutter analysis options
- Resolve issues related to crossing Daylight Saving Time boundaries. (#9)
0.2.0 #
- add utc datetime support
- fix intl deps
0.1.2 #
- expose labelTextSizeMultiple in MonthLabelRow
0.1.1 #
- dart dependency changed: 2.17.0~3.0.0
0.1.0 #
- Change functional widgets to stateless widgets, see here
- Fix monthLabel sync issue during scrolling
- Refactor some code
0.0.3 #
- Add
valueBuilderto the build method ofchildBuilderincellBuilder
0.0.2 #
- Add
colorTipSpaceBetweenHeatmapparam inCalendarHeatmap
0.0.1 #
- Release package