Download Latest Version 1.2.0 source code.tar.gz (27.1 MB)
Email in envelope

Get an email when there's a new version of FL Chart

Home / 1.1.0
Name Modified Size InfoDownloads / Week
Parent folder
1.1.0 source code.tar.gz 2025-08-31 27.1 MB
1.1.0 source code.zip 2025-08-31 27.3 MB
README.md 2025-08-31 1.5 kB
Totals: 3 Items   54.4 MB 0
  • FEATURE (by @kamilJ96) Add gradient property inside our BarChartRodStackItem to be able to render gradient (along with the possibility to render a solid color), [#919]
  • FEATURE (by @alettsy) Add sideTitleAlignment property in our AxisTitles to allow you to control the alignment of side titles (for example show them inside the chart), [#1946]
  • FEATURE (by @huanghui1998hhh) Add gradientArea property to LineChartBarData to allow you to control the scope of gradient effects, [#1925]
  • FEATURE (by @alikhavarii13) Add label and labelStyle properties in our BarChartRodStackItem to allow you to show labels on each stack item, [#598]
  • BREAKING ⚠️ (by @alikhavarii13) borderSide now is a named parameter (instead of a optional positional parameter in BarChartRodStackItem constructor. As it is a very minor breaking change, we decided to include it in this minor release (instead of doing a major release based on the semantic versioning. Sorry about that! So you just need to change this:

    :::dart BarChartRodStackItem( 0, 10, Colors.green, BorderSide(color: Colors.white), ), to this:

    :::dart BarChartRodStackItem( 0, 10, Colors.green, borderSide: BorderSide(color: Colors.white), ),

Source: README.md, updated 2025-08-31