mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/cdk-21.0.3
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/common-21.0.5
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/compiler-cli-21.0.5
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/platform-browser-21.0.5
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/router-21.0.5
cupertino-gallery
master_archived
${ noResults }
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=" |
1 year ago | |
|---|---|---|
| .. | ||
| android | Update pedometer to jni and jnigen:0.5.0 (#1863) | 3 years ago |
| ios | Add `experimental/pedometer` (#1587) | 3 years ago |
| lib | Bump jni from 0.11.0 to 0.12.0 in /experimental/pedometer (#2465) | 1 year ago |
| .gitignore | Add `experimental/pedometer` (#1587) | 3 years ago |
| README.md | [pedometer] Fix file/folder links and cleanup instructions (#1988) | 2 years ago |
| analysis_options.yaml | Add `experimental/pedometer` (#1587) | 3 years ago |
| pubspec.yaml | Bump fl_chart from 0.69.2 to 0.70.0 in /experimental/pedometer/example (#2557) | 1 year ago |
README.md
pedometer_example
Demonstrates how to use the pedometer plugin.
Visit the primary pedometer README for more information.