Skip to content

chore(deps): bump fl_chart from 0.68.0 to 1.2.0#7

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pub/fl_chart-1.2.0
Open

chore(deps): bump fl_chart from 0.68.0 to 1.2.0#7
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pub/fl_chart-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Bumps fl_chart from 0.68.0 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 dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 11, 2026
@dependabot dependabot Bot requested a review from miloquinn as a code owner July 11, 2026 06:04
@dependabot dependabot Bot added the dart Pull requests that update dart code label Jul 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/pub/fl_chart-1.2.0 branch 4 times, most recently from 589e733 to 9cce365 Compare July 12, 2026 10:58
@dependabot dependabot Bot changed the title build(deps): bump fl_chart from 0.68.0 to 1.2.0 chore(deps): bump fl_chart from 0.68.0 to 1.2.0 Jul 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/pub/fl_chart-1.2.0 branch from 9cce365 to 4939839 Compare July 13, 2026 05:54
miloquinn and others added 2 commits July 14, 2026 00:09
- 发现页专注书籍展示,按栏目缓存并支持下拉刷新
- 搜索独立成页,支持全部书源或单一书源范围
- 书架搜索与状态筛选收纳到顶栏按钮,筛选生效时点亮
- 修复书架顶栏毛玻璃取样和阅读设置面板拖动收起
- 统一在线书源与本地阅读器的阅读设置界面

Co-Authored-By: Claude Fable 5 <[email protected]>
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.68.0 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.68.0...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] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/pub/fl_chart-1.2.0 branch from 4939839 to 41fa6bb Compare July 13, 2026 16:13
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.

1 participant