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.
samples/experimental/pedometer/example/pubspec.yaml

99 lines
4.0 KiB

name: pedometer_example
description: Demonstrates how to use the pedometer plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: ^3.3.1
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
pedometer:
# When depending on this package from a real application you should use:
# pedometer: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
ffi: ^2.1.2
Bump intl from 0.18.1 to 0.19.0 in /experimental/pedometer/example (#2107) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/i18n/releases">intl's releases</a>.</em></p> <blockquote> <h2>package:intl v0.19.0</h2> <ul> <li>Update to CLDR v44.</li> <li>Update to CLDR v43.</li> <li>Add <code>tryParse</code> to NumberFormat.</li> <li>Add <code>tryParse</code> <code>tryParseStrict</code> <code>tryParseLoose</code> <code>tryParseUtc</code> to DateFormat.</li> <li>Switch QAR currency name to Riyal.</li> <li>Add license headers to some files.</li> <li>Update CVE currency symbol.</li> <li>Add <code>EEEEE</code> skeleton for <code>DateFormat</code>, closing <a href="https://redirect.github.com/dart-lang/i18n/issues/176">#176</a>.</li> <li>Switch to <code>3.0.0</code> SDK.</li> <li>Fix issue <a href="https://redirect.github.com/dart-lang/i18n/issues/483">#483</a> about date parsing with a <code>yy</code> skeleton.</li> <li>Extract <code>NumberParserBase</code> abstract class</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/i18n/commit/a1431f82d6df035a0f5bfa640fede3fa32c6a12b"><code>a1431f8</code></a> Switch changelog entries</li> <li><a href="https://github.com/dart-lang/i18n/commit/bd86e2723ae15f619d31e9cf43d430502e23637d"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li> <li><a href="https://github.com/dart-lang/i18n/commit/5043160a824f5ffab5077f25485c99892826242c"><code>5043160</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/2d75d73fd0c402f4eff1d812e6f3c9c2dceb52e5"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li> <li><a href="https://github.com/dart-lang/i18n/commit/412ef689646ddec729537b6efa632493b5c1163b"><code>412ef68</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/2c82cd2bd0332dc2819628d0e92a3265698dca39"><code>2c82cd2</code></a> Dissolve <code>package:messages_deserializer</code> for pub publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/751">#751</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/f02f7484b6bbcfb8df5066eca71daaebe8e6009d"><code>f02f748</code></a> Fixes before publish (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/749">#749</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/c782918d841d47c8cde37d4f81fca8b28e35657f"><code>c782918</code></a> Last fixes</li> <li><a href="https://github.com/dart-lang/i18n/commit/2da7748e0fa9ed5144a74e538c3beda3b7ff2d8b"><code>2da7748</code></a> More fixes</li> <li><a href="https://github.com/dart-lang/i18n/commit/7315909c2a5fe0769216be5116dedf1e0a34349d"><code>7315909</code></a> Reformat</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.19.0/pkgs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl&package-manager=pub&previous-version=0.18.1&new-version=0.19.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>
10 months ago
intl: ^0.19.0
jni: ^0.8.0
Bump fl_chart from 0.66.2 to 0.67.0 in /experimental/pedometer/example (#2226) Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.66.2 to 0.67.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.67.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/julien4215"><code>@​julien4215</code></a>) Add direction property to the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a> and <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li> <li><strong>FEATURE</strong> (by <a href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>) Added new method called getTooltipColor for axis charts (bar,line,scatter) to change background color of tooltip dynamically.<a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">issue</a>.</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>) Removed tooltipBgColor property from Bar, Line and Scatter Charts (you can now use <code>getTooltipColor</code> which provides more customizability), checkout the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full migration guide here</a>.</li> </ul> <pre lang="dart"><code>/// Migration guide: /// This is the old way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( tooltipBgColor: Colors.blueGrey, ) ) ) <p>/// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) =&gt; Colors.blueGrey, ) ) ) </code></pre></p> </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.67.0</h2> <ul> <li><strong>FEATURE</strong> (by <a href="https://github.com/julien4215"><code>@​julien4215</code></a>) Add direction property to the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#horizontallinelabel">HorizontalLineLabel</a> and <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/base_chart.md#verticallinelabel">VerticalLineLabel</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1574">#1574</a></li> <li><strong>FEATURE</strong> (by <a href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>) Added new method called getTooltipColor for axis charts (bar,line,scatter) to change background color of tooltip dynamically, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1279">#1279</a>.</li> <li><strong>BREAKING</strong> (by <a href="https://github.com/apekshamehta"><code>@​apekshamehta</code></a>) Removed tooltipBgColor property from Bar, Line and Scatter Charts (you can now use <code>getTooltipColor</code> which provides more customizability), checkout the <a href="https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/migration_guides/0.67.0/MIGRATION_00_67_00.md">full migration guide here</a>.</li> </ul> <pre lang="dart"><code>/// Migration guide: /// This is the old way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( tooltipBgColor: Colors.blueGrey, ) ) ) <p>/// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) =&gt; Colors.blueGrey, ) ) ) </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/imaNNeo/fl_chart/commit/bdc5001a15c372879a8a3001e0042b5d0050140c"><code>bdc5001</code></a> Bump version to 0.67.0</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/2d0ce646eaa2c02d37b8d9c41513b1fe9eafa275"><code>2d0ce64</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/e170af81cba9f61d2625dcf52b123d06747cdd5b"><code>e170af8</code></a> Fix scatter_chart_sample2 color contrast</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/bfdd91b8b2b73060e9844ed1f37e1d41e3d1c7c8"><code>bfdd91b</code></a> Add migration guide</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/bba73947ad3812de13dab3946a8e4a9e21be26fb"><code>bba7394</code></a> Typo in changelog</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/0d486c8d0ebc9c2aaeb4c53ae59502f60b270780"><code>0d486c8</code></a> Adrresses review comments</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/cdfdb66b142605e4a0ed14bd4dbccb3cd2eacc61"><code>cdfdb66</code></a> Dynamically changing tooltipBgColor</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/34a6af0fefa9e298dba9304c1f7e1ba30b386f85"><code>34a6af0</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/a540582ccac9b1e6f892a0c4b73583e1d18bd39a"><code>a540582</code></a> add direction in lerp method</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/bf3654445445d5061036dafe8dc3cbbac2abf6e9"><code>bf36544</code></a> fix : label always inside chart</li> <li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.66.2...0.67.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.66.2&new-version=0.67.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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
fl_chart: ^0.67.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
Bump flutter_lints from 2.0.3 to 3.0.0 in /experimental/pedometer/example (#2047) Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 2.0.3 to 3.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/3f8a5029fbb4f79f94ade1c937826b434f335469"><code>3f8a502</code></a> [pigeon] Remove support for non-NNBD (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1524">#1524</a>)</li> <li><a href="https://github.com/flutter/packages/commit/4eda7ad208d00283e1de2a65e3e803dfe9bd6d75"><code>4eda7ad</code></a> [pigeon] Fixes bug where Dart <code>FlutterApi</code>s would assert that a nullable argu...</li> <li><a href="https://github.com/flutter/packages/commit/dff39d7b48e098cff055f472d116e662b358f3c0"><code>dff39d7</code></a> [go_router]refactor runtime check to assert (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1362">#1362</a>)</li> <li><a href="https://github.com/flutter/packages/commit/5600590b500ea5be8fea94642439e9c3bc008767"><code>5600590</code></a> [go_router] Export inherited_go_router.dart file (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1145">#1145</a>)</li> <li><a href="https://github.com/flutter/packages/commit/d8bf76e582c3514e7c0533de3085e70bdd847bb8"><code>d8bf76e</code></a> [flutter_markdown] Remove build status from <code>README.md</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1326">#1326</a>)</li> <li><a href="https://github.com/flutter/packages/commit/bc223c127202bce429901c1070247f7bb93abe9d"><code>bc223c1</code></a> Remove checked in binaries from flutter/packages. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1338">#1338</a>)</li> <li><a href="https://github.com/flutter/packages/commit/aff9cccafbe47913f1473e47b902585dc3079a8b"><code>aff9ccc</code></a> [rfw] Run tests for package:rfw on stable as well. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/888">#888</a>)</li> <li><a href="https://github.com/flutter/packages/commit/84a2e796d7e5bbe8684cfaf4df0b0aeefab18042"><code>84a2e79</code></a> [Pigeon] Make the generated Java Builder class final (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1247">#1247</a>)</li> <li><a href="https://github.com/flutter/packages/commit/a9d6bf14ba011c8389dc2e8db713ae245a7c7293"><code>a9d6bf1</code></a> [go_router] improve coverage (<a href="https://github.com/flutter/packages/tree/main/packages/issues/977">#977</a>)</li> <li><a href="https://github.com/flutter/packages/commit/202fb329c970baf647547594cb3d18fa85fcdc68"><code>202fb32</code></a> [flutter_lints] version 2.0 (<a href="https://github.com/flutter/packages/tree/main/packages/issues/1165">#1165</a>)</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/pigeon-v3.0.0/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=2.0.3&new-version=3.0.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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brett Morgan <brettmorgan@google.com>
12 months ago
flutter_lints: ^3.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages