Skip to content

Bump fl_chart from 0.70.2 to 1.2.0#12

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/fl_chart-1.2.0
Open

Bump fl_chart from 0.70.2 to 1.2.0#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/fl_chart-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps fl_chart from 0.70.2 to 1.2.0.

Release notes

Sourced from fl_chart's releases.

1.2.0

1.1.1

  • IMPROVEMENT (by @​imaNNeo) Upgrade vector_math dependency to 2.2.0, #1985
  • IMPROVEMENT (by @​imaNNeo) Upgrade build_runner (dev) dependency to 2.8.0
  • IMPROVEMENT (by @​imaNNeo) Upgrade mockito (dev) dependency to 5.5.1
  • IMPROVEMENT (by @​imaNNeo) Upgrade very_good_analysis (dev) dependency to 9.0.0

1.1.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:
BarChartRodStackItem(
  0,
  10,
  Colors.green,
  BorderSide(color: Colors.white),
),

to this:

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

1.0.0

  • FEATURE (by @​imaNNeo) Implement a new chart type called CandlestickChart. You can take a look at the documentation here. And I just implemented a basic example to show the Bitcoin price in 2024, you can take a look at it in our sample app here. #433, #1143
  • BREAKING (by @​imaNNeo) Remove the deprecated tooltipRoundedRadius property -> you should use tooltipBorderRadius instead.
  • BUGFIX (by @​imaNNeo) Fix the BarChartData mismatch issue when changing the data, #1911
  • FEATURE (by @​frybitsinc) Add fillGradient property in RadarDataSet
  • BREAKING (by @​imaNNeo) Upgrade the min flutter version to 3.27.4. So please make sure that your project is not using an old flutter version, #1846

... (truncated)

Changelog

Sourced from fl_chart's changelog.

1.2.0

1.1.1

  • IMPROVEMENT (by @​imaNNeo) Upgrade vector_math dependency to 2.2.0, #1985
  • IMPROVEMENT (by @​imaNNeo) Upgrade build_runner (dev) dependency to 2.8.0
  • IMPROVEMENT (by @​imaNNeo) Upgrade mockito (dev) dependency to 5.5.1
  • IMPROVEMENT (by @​imaNNeo) Upgrade very_good_analysis (dev) dependency to 9.0.0

1.1.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:
BarChartRodStackItem(
  0,
  10,
  Colors.green,
  BorderSide(color: Colors.white),
),

to this:

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

1.0.0

  • FEATURE (by @​imaNNeo) Implement a new chart type called CandlestickChart. You can take a look at the documentation here. And I just implemented a basic example to show the Bitcoin price in 2024, you can take a look at it in our sample app here. #433, #1143
  • BREAKING (by @​imaNNeo) Remove the deprecated tooltipRoundedRadius property -> you should use tooltipBorderRadius instead.
  • BUGFIX (by @​imaNNeo) Fix the BarChartData mismatch issue when changing the data, #1911
  • FEATURE (by @​frybitsinc) Add fillGradient property in RadarDataSet
  • BREAKING (by @​imaNNeo) Upgrade the min flutter version to 3.27.4. So please make sure that your project is not using an old flutter version, #1846

... (truncated)

Commits
  • 457a202 Bump version to 1.2.0
  • c55fd81 feat: Bar chart rod label (#2071)
  • ef9d9f4 chore: Remove claude code automatic review (#2072)
  • d3a8ac2 chore: Update CHANGELOG.md (#2065)
  • 683a2c5 fix: Swap inverted lowerBy/upperBy in error range pixel calculation (#2060)
  • 76161d6 chore: Minor fix on sponsor images in README (#2064)
  • 50d83a0 chore: Add CLAUDE.md file to include our architecture, structure and conventi...
  • 3cce126 ci: Add Claude Code GitHub Workflow (#2062)
  • ea7ccf5 chore: Implement conventional commits and PR workflow (#2059)
  • a29a21d Update CHANGELOG.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.70.2 to 1.2.0.
- [Release notes](https://github.com/imaNNeo/fl_chart/releases)
- [Changelog](https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md)
- [Commits](imaNNeo/fl_chart@0.70.2...1.2.0)

---
updated-dependencies:
- dependency-name: fl_chart
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants