Skip to content

Releases: imaNNeo/fl_chart

0.63.0

10 Jun 15:43
Compare
Choose a tag to compare
  • BUGFIX (by @imaNNeo) Fix PieChart crash on web-renderer html by ignoring sectionsSpace when Path.combine() does not work (it's flutter engine issue), #955
  • BUGFIX (by @imaNNeo) Fix ScatterChart long-press interaction bug (disappears when long-pressing on the chart), #1318
  • FEATURE (by @imaNNeo) Upgrade dart version to 3.0

0.62.0

15 Apr 12:10
Compare
Choose a tag to compare

0.61.0

21 Feb 10:53
Compare
Choose a tag to compare
  • IMPROVEMENT (by @imaNNeo) Remove assertion to check to provide only one of color or gradient property in the BarChartRodData and BackgroundBarChartRodData, #1121.
  • IMPROVEMENT (by @imaNNeo) Make drawBehindEverything property default to true in AxisTitles class, #1097.
  • BUGFIX (by @imaNNeo) Show 0 instead of -0 in some edge-cases in the default titles
  • FEATURE (by @tamasapps): Add tooltipHorizontalAlignment and tooltipHorizontalOffset property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
  • FEATURE (by @dhiyaaulauliyaa) Add ability to force SideTitle to be placed inside its corresponding axis bounding box, #603.

0.60.0

26 Jan 21:32
Compare
Choose a tag to compare
  • IMPROVEMENT (by @lsaudon) Replace flutter_lints by very_good_analysis
  • BREAKING (by @lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
  • BUGFIX (by @imaNNeo) Fix indicator out of range error in line chart, #1187
  • FEATURE (by @htsuruo): Add longPressDuration optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
  • IMPROVEMENT (by @imaNNeo) Add some screenshots in pubspec.yaml to support new pub.dev feature. Read more about it here and here.
  • IMPROVEMENT (by @imaNNeo) Update the homepage url in pubspec.yaml (I just renamed my username)
  • FEATURE (by @JoshMart) Add ability to draw extra horizontal lines on BarChart, #476
  • FEATURE (by @soraef) Add a positionPercentageOffset optional property to RadarChartTitle to allow individual title positioning
  • BUGFIX (by @imaNNeo) Allow to draw empty radarChart (with all zero values), #1217
  • IMPORTANT IRAN NEEDS YOU. SPREAD THE NEWS.

0.55.2

23 Sep 10:36
Compare
Choose a tag to compare

0.55.2

  • BUGFIX (by @imaNNeoFighT): Fix inner border of pieChart with single section, #1089
  • IMPORTANT IRAN NEEDS HELP

As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran
They shut the Internet down to do that. That’s why I cannot maintain this library for a while.
Now we need your help, please be our voice by spreading news in your media to support us
Search these hashtags:

#MahsaAmini
مهسا_امینی
OpIran

Also, this article might help.

0.55.1

03 Aug 18:51
Compare
Choose a tag to compare

0.55.1

  • BUGFIX (by @ateich): Fix infinite loop in RadarChart when all values in RadarDataSet are equal, #882.
  • BUGFIX (by @ateich): Fix uneven titles in RadarChart when using titlePositionPercentageOffset, #1074.
  • BUGFIX (by @imaNNeoFighT): Fix PieChart single section stroke issue, #1089

0.55.0

17 Jun 18:00
Compare
Choose a tag to compare

0.51.0

30 May 18:47
Compare
Choose a tag to compare
  • FEATURE (by @imaNNeoFighT): Add SideTitleWidget to help you use it in [SideTitles.getTitlesWidget]. It's a wrapper around your widget. It keeps your provided child widget close to the chart. It has angle and space properties to handle margin and rotation. There is a axisSide property that you should fill, it has provided to you in the MetaData object. Check the below sample:
getTitlesWidget: (double value, TitleMeta meta) {
  return SideTitleWidget(
    axisSide: meta.axisSide,
    space: 8.0,
    angle: 0.0,
    child: const Text("This is your widget"),
  );
},
  • IMPROVEMENT (by @imaNNeoFighT): Fix default LineChart interval issue on small view sizes, #909.

0.50.6

17 May 06:30
Compare
Choose a tag to compare
  • IMPROVEMENT Fix a backward compatibility issue with Flutter 3.0, #1016

0.50.5

13 May 19:47
Compare
Choose a tag to compare
  • IMPROVEMENT Fix test coverage problem again :/