fix(deps): update dependency fl_chart to ^0.66.0 - autoclosed #17

Closed
renovator wants to merge 1 commit from renovate/fl_chart-0.x into dev
Collaborator

This PR contains the following updates:

Package Type Update Change
fl_chart (source) dependencies minor ^0.65.0 -> ^0.66.0

Release Notes

imaNNeo/fl_chart (fl_chart)

v0.66.0

Compare Source

  • IMPROVEMENT (by @​imaNNeo) Add Flutter sdk constraints to the pubspec.yaml to force the user/developer to upgrade the Flutter version to 3.16.0 (latest), #​1509
  • IMPROVEMENT (by @​imaNNeo) Add dotPainter property to ScatterSpot to allow customizing the dot painter, #​568
  • BREAKING (by @​imaNNeo) Remove color and radius properties from ScatterSpot (use dotPainter instead), #​568
  • BREAKING (by @​imaNNeo) Change the default value of FlDotCirclePainter.strokeWidth to 0.0
/// Migration guide:
/// This is the old way:
ScatterSpot(
  2,
  5,
  color: Colors.red,
  radius: 12,
)

/// This is the new way:
ScatterSpot(
  2,
  8,
  dotPainter: FlDotCirclePainter(
    color: Colors.red,
    radius: 22,
  ),
),

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fl_chart](https://flchart.dev/) ([source](https://github.com/imaNNeo/fl_chart)) | dependencies | minor | `^0.65.0` -> `^0.66.0` | --- ### Release Notes <details> <summary>imaNNeo/fl_chart (fl_chart)</summary> ### [`v0.66.0`](https://github.com/imaNNeo/fl_chart/blob/HEAD/CHANGELOG.md#0660) [Compare Source](https://github.com/imaNNeo/fl_chart/compare/0.65.0...0.66.0) - **IMPROVEMENT** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Add Flutter sdk constraints to the pubspec.yaml to force the user/developer to upgrade the Flutter version to 3.16.0 (latest), [#&#8203;1509](https://github.com/imaNNeo/fl_chart/issues/1509) - **IMPROVEMENT** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Add `dotPainter` property to ScatterSpot to allow customizing the dot painter, [#&#8203;568](https://github.com/imaNNeo/fl_chart/issues/568) - **BREAKING** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Remove `color` and `radius` properties from ScatterSpot (use `dotPainter` instead), [#&#8203;568](https://github.com/imaNNeo/fl_chart/issues/568) - **BREAKING** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Change the default value of FlDotCirclePainter.`strokeWidth` to 0.0 ```dart /// Migration guide: /// This is the old way: ScatterSpot( 2, 5, color: Colors.red, radius: 12, ) /// This is the new way: ScatterSpot( 2, 8, dotPainter: FlDotCirclePainter( color: Colors.red, radius: 22, ), ), ``` - **BUGFIX** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Fix barChart tooltip for values below or above the 0 point, [#&#8203;1462](https://github.com/imaNNeo/fl_chart/issues/1462) - **BUGFIX** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Fix pieChart drawing single section on iPhone, [#&#8203;1515](https://github.com/imaNNeo/fl_chart/issues/1515) - **IMPROVEMENT** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Add gradient property to the [HorizontalLine](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontalline) and [VerticalLine](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticalline), [#&#8203;1525](https://github.com/imaNNeo/fl_chart/issues/1525) - **FEATURE** (by [@&#8203;raldhafiri](https://github.com/raldhafiri)) Add gradient property to the [PieChartSectionData](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/pie_chart.md#piechartsectiondata), [#&#8203;1511](https://github.com/imaNNeo/fl_chart/issues/1511) - **IMPROVEMENT** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Rename default branch `master` to `main` - **IMPROVEMENT** (by [@&#8203;imaNNeo](https://github.com/imaNNeo)) Update flutter sdk constraints to remove the upper bound limit (Read more [here](https://dart.dev/go/flutter-upper-bound-deprecation)). </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
renovator added 1 commit 2023-12-29 20:00:34 +01:00
renovator changed title from fix(deps): update dependency fl_chart to ^0.66.0 to fix(deps): update dependency fl_chart to ^0.66.0 - autoclosed 2023-12-30 00:00:29 +01:00
renovator closed this pull request 2023-12-30 00:00:29 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hernik/prasule#17
No description provided.