time_chart 0.2.8 time_chart: ^0.2.8 copied to clipboard
A scrollable time chart in Flutter. Currently supporting en, ko languages.
0.2.8 #
- [Bug] Fixed overflow caused from big text height.
- [Update] Added a
activeTooltip
parameter. - [Update] Added time chart widget tests.
0.2.7 #
- [Bug] Fixed state bug when changing
ViewMode
inStatefulWidget
.
0.2.6 #
- [Invalid] Fixed comments
- [Update] Simplify min top position of tooltip
0.2.5 #
- [Bug] Fixed chart state bug caused LayoutBuilder.
0.2.4 #
- [Bug] Fixed invalid sum in amount chart.
- [Bug] Fixed chart layout bug.
0.2.3 #
- [Update] Improved performance by using binary search.
0.2.2 #
- [Update] Code formatting to fix pub score.
0.2.1 #
- [Update] Change how to repaint chart when scrolling by using ValueNotifier.
0.1.0 #
- [Update] Stable release for null safety.
0.1.0-nullsafety.0 #
- [Update] Null safe migration.
0.0.8 #
- [Update] Code was formatted.
0.0.7 #
- [Update] Added timeChartSizeAnimationDuration property.
0.0.6 #
- [Update] Updated size animation.
- [Bug] Fixed tooltip so that it doesn't change the size by textScaleFactor.
0.0.5 #
- [Update] Migrated Flutter version.
0.0.4 #
- [Typo] Fixed pub score.
0.0.3 #
- [Bug] Fixed invalid range reference.
0.0.2 #
- [Stable] Change sdk version to
>=2.5.2 <3.0.0
.
0.0.1 Released on 2021 Feb 25 #
- Released on.