fg #14

Merged
hernik merged 1 commit from renovate/fl_chart-0.x into dev 2023-12-25 21:14:12 +01:00
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-25 16:00:39 +01:00
hernik merged commit c2d98df780 into dev 2023-12-25 21:14:12 +01:00
hernik deleted branch renovate/fl_chart-0.x 2023-12-25 21:14:12 +01:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.66.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`^0.66.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
hernik changed title from fix(deps): update dependency fl_chart to ^0.66.0 to fg 2023-12-29 19:29:50 +01:00
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#14
No description provided.