Skip to content

Commit 203a0f4

Browse files
Bump fl_chart from 0.69.2 to 0.70.0 in /experimental/pedometer/example (#2557)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.69.2 to 0.70.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p> <blockquote> <h2>0.70.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a> who made it happen, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/71">#71</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Added functionality to control the transformation of axis-based charts using <code>FlTransformationConfig</code> class. You can now enable scaling and panning for <code>LineChart</code>, <code>BarChart</code> and <code>ScatterChart</code> using this class</li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Added some new unit tests in <code>bar_chart_data_extensions_test.dart</code>, <code>gradient_extension_test.dart</code> and fixed a typo in <code>bar_chart_data.dart</code></li> <li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more <a href="https://redirect.github.com/imaNNeo/fl_chart/pull/1789#discussion_r1858371718">here</a>)</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) <code>BarChart</code> is not const anymore due to adding an assert to check if transformations are allowed depending on the <code>BarChartData.alignment</code> property (read more <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.70.0/MIGRATION_00_70_00.md">here</a>)</li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Upgrade to the new Flutter version (<a href="https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c">3.27.0</a>), <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1804">#1804</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/AliAkberAakash"><code>@�AliAkberAakash</code></a>) Minor typo fix in our line chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1795">#1795</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@�imaNNeo</code></a>) Fixed the code coverage API rate-limit issue</li> <li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@�imaNNeo</code></a>) Published the example app in Google Play and App Store. Other stores (such as <a href="https://snapcraft.io/store">snap store</a> and <a href="https://apps.microsoft.com/home">Microsoft Store</a>) will come next. You can download the Android version here in <a href="https://play.google.com/store/apps/details?id=dev.flchart.app">Google Play</a> and the iOS version here in <a href="https://apps.apple.com/us/app/fl-chart/id6476523019">App Store</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's changelog</a>.</em></p> <blockquote> <h2>0.70.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a> who made it happen, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/71">#71</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Added functionality to control the transformation of axis-based charts using <code>FlTransformationConfig</code> class. You can now enable scaling and panning for <code>LineChart</code>, <code>BarChart</code> and <code>ScatterChart</code> using this class</li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Added some new unit tests in <code>bar_chart_data_extensions_test.dart</code>, <code>gradient_extension_test.dart</code> and fixed a typo in <code>bar_chart_data.dart</code></li> <li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more <a href="https://redirect.github.com/imaNNeo/fl_chart/pull/1789#discussion_r1858371718">here</a>)</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) <code>BarChart</code> is not const anymore due to adding an assert to check if transformations are allowed depending on the <code>BarChartData.alignment</code> property (read more <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.70.0/MIGRATION_00_70_00.md">here</a>)</li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Peetee06"><code>@�Peetee06</code></a>) Upgrade to the new Flutter version (<a href="https://medium.com/flutter/whats-new-in-flutter-3-27-28341129570c">3.27.0</a>), <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1804">#1804</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/AliAkberAakash"><code>@�AliAkberAakash</code></a>) Minor typo fix in our line chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1795">#1795</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/imaNNeo"><code>@�imaNNeo</code></a>) Fixed the code coverage API rate-limit issue</li> <li><strong>Improvement</strong> (by <a href="https://github.com/imaNNeo"><code>@�imaNNeo</code></a>) Published the example app in Google Play and App Store. Other stores (such as <a href="https://snapcraft.io/store">snap store</a> and <a href="https://apps.microsoft.com/home">Microsoft Store</a>) will come next. You can download the Android version here in <a href="https://play.google.com/store/apps/details?id=dev.flchart.app">Google Play</a> and the iOS version here in <a href="https://apps.apple.com/us/app/fl-chart/id6476523019">App Store</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/imaNNeo/fl_chart/commit/7d2cf3c0aff954ba4dba48186eae5ea04ac43de5"><code>7d2cf3c</code></a> Bump fl_chart version up to 0.70.0</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/fd52df2854fe4952bba0b05e1f96e66fe0a16dcb"><code>fd52df2</code></a> Update the changelog</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/78db3f4ca0a32f060559f2773360effe91bdca4a"><code>78db3f4</code></a> feat!: Add Chart zoom and pan (<a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1793">#1793</a>)</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/ce9e84905e967ccbbbbf66868ec389b3c3de91e8"><code>ce9e849</code></a> Update codecov.yml to fix the rate-limit issue</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/62af27fdbffb9a75d55f9a33140de1f544723b88"><code>62af27f</code></a> chore!: Update constraints for Flutter SDK to 3.27.0</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/1998d9243377c0bd100399b595463c0ec24ed442"><code>1998d92</code></a> feat: Upgrade to Flutter 3.27.0</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/269472b081baa4b8d53e734d47b6f1a35e42a428"><code>269472b</code></a> Add stores links</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/e191345b5ed731d0305827ea6c36fb311f91297d"><code>e191345</code></a> Update README.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/964d64bc80d84bae128a3fea46adece5864a53cc"><code>964d64b</code></a> fix typo in line_chart.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/efb1bb1914cf268e624313006c6d7e5126956d56"><code>efb1bb1</code></a> fix: Call correct make target to run tests in verification workflow</li> <li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.69.2...0.70.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.69.2&new-version=0.70.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
1 parent 0613c21 commit 203a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/pedometer/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
ffi: ^2.1.2
4343
intl: ^0.20.0
4444
jni: ^0.12.0
45-
fl_chart: ^0.69.0
45+
fl_chart: ^0.70.0
4646

4747
dev_dependencies:
4848
flutter_test:

0 commit comments

Comments
 (0)