time_chart 0.5.5 time_chart: ^0.5.5 copied to clipboard
A scrollable time chart in Flutter. Currently supporting en, ko languages.
0.5.5 #
- [Bug] Fixed dart analysis error and warnings.
0.5.4 #
- [Update] Fixed the pub score by changing the intl version.
0.5.3 #
- [Update] Updated library versions.
0.5.0 #
- [Breaking] Replaced the
getViewModeLimitDay
function to thedayCount
enum getter. - [Update] Refactor the
ChartEngine
class.
0.4.0 #
- [Update] Migrate Flutter version to 3.0.0
0.3.4 #
- [Bug] Fixed the incorrect GestureDetector arguments error.
0.3.3 #
- [Update] Clean and improve code.
- [Update] Removed unnecessary data processing.
0.3.2 #
- [Update] Lint code and migrate example app.
0.3.1 #
- [Bug] Fixed a bug if the data list is empty.
0.3.0+1 #
- [Update] Updated path_drawing package version to 1.0.0
0.3.0 #
- [Update] Added a
defaultPivotHour
parameter. - [Update] Change to use default value of
viewMode
. - [Bug] Fixed and simplified TimeDataProcessor.
0.2.10 #
- [Bug] Fixed max scroll position bug in scroll physics.
0.2.9 #
- [Bug] Fixed over scrolling bug in IOS.
- [Update] Simplify custom scroll physics.
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.