chart_components 1.0.1
chart_components: ^1.0.1 copied to clipboard
Two chart components for Flutter. Animated bar chart and animated calendar grid chart based on the github's one. Many properties to customize.
0.0.1 - 2020-01-30 #
- An animated bar chart for Flutter. Easy to implement and customize.
0.0.2 - 2020-02-08 #
- An animated calendar grid for Flutter. Easy to implement and customize.
0.1.1 - 2020-02-09 #
- First version on pub.
0.1.2 - 2020-02-09 #
- Follow pub packages description guidelines.
0.1.3 - 2020-02-14 #
- Extra grid line on top.
0.1.4 - 2020-02-16 #
- White horizontal line in weekend background deleted.
0.1.5 - 2020-06-10 #
- Properties valueStyle and labelStyle added to allow custom styles.
0.1.6 - 2020-07-09 #
- Solved issue 6. Returns an Exception when all the values get zero in data
1.0.1 - 2021-04-04 #
- Null-safety