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.1 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.5.0
# 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.19.0 to 0.20.0 in /experimental/pedometer/example (#2487) Bumps [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) from 0.19.0 to 0.20.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.20.0</h2> <ul> <li>Fix caching of messages in <code>CompositeMessageLookup</code>.</li> <li>Type <code>numberFormatSymbols</code> as a <code>Map&lt;String, NumberSymbols&gt;</code>.</li> <li>Type <code>dateTimeSymbolMap</code> as a <code>Map&lt;String, DateSymbols&gt;</code>.</li> <li>Add example for pub.dev.</li> <li>Fix issues with AM/PM markers.</li> <li>Update to CLDR v44.1.</li> <li>Require Dart <code>^3.3</code></li> <li>Require <code>package:web</code> <code>^0.5.0</code>.</li> <li>Support compiling to WASM.</li> <li>Update to and account for <code>package:lints</code> <code>^4.0.0</code>.</li> <li>rtl Detection fix in <code>bidi.dart</code> for Kordi Sorani &quot;ckb&quot;.</li> <li>Update to CLDR v45.</li> </ul> <h2>package:intl_translation v0.20.0</h2> <ul> <li>Throw if the <code>Intl.select</code> <code>arg</code> is not in the list of <code>args</code>.</li> <li>Support <code>package:intl</code> <code>0.19.0</code>.</li> <li>Require Dart 3.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/i18n/commit/16647532c4a9e39bd683cba1599a9ef40c49ad6a"><code>1664753</code></a> Publish v0.20.1 of intl_translation (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/913">#913</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/dddf276e6e7b7b81ea843fbbfea4edb951c48df1"><code>dddf276</code></a> add links to the individual issue trackers (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/911">#911</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/9314522d920bc5cd9d00d05fbfedef21a30bd6a6"><code>9314522</code></a> Publish <code>v0.20.0</code> of <code>package:intl</code> (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/909">#909</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/b437a86a59c30190948236d7e98c754b9fa262ad"><code>b437a86</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/3820422b0ce8f9daa9b6ae913d18a309a95ffafc"><code>3820422</code></a> Adapt <code>package:messages</code> to be loading mechanism independent (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/843">#843</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/d6d514b812dc769ed855aece2eb7159bab5dbbb9"><code>d6d514b</code></a> Update CHANGELOG.</li> <li><a href="https://github.com/dart-lang/i18n/commit/f9f3ade2dcc3a2753bd78d080f51afa0eb6e96d4"><code>f9f3ade</code></a> Pass a language version to DartFormatter().</li> <li><a href="https://github.com/dart-lang/i18n/commit/7a66431c0afd26b60777c3152b92800bef8550d5"><code>7a66431</code></a> No public description</li> <li><a href="https://github.com/dart-lang/i18n/commit/8ec20fc78a1f35b6a33b5108d20964d13a401cde"><code>8ec20fc</code></a> Update currency symbol for <code>MKD</code> (<a href="https://github.com/dart-lang/i18n/tree/main/pkgs/issues/891">#891</a>)</li> <li><a href="https://github.com/dart-lang/i18n/commit/4e48884a1dee945d8a408a34d2d8d9c36065ae92"><code>4e48884</code></a> No public description</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/i18n/commits/intl-v0.20.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.19.0&new-version=0.20.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>
3 days ago
intl: ^0.20.0
Bump jni from 0.11.0 to 0.12.0 in /experimental/pedometer (#2465) Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from 0.11.0 to 0.12.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jni&package-manager=pub&previous-version=0.11.0&new-version=0.12.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 <brett.morgan@gmail.com> Co-authored-by: Hossein Yousefi <yousefi@google.com>
1 month ago
jni: ^0.12.0
Bump fl_chart from 0.68.0 to 0.69.0 in /experimental/pedometer/example (#2399) Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.68.0 to 0.69.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.69.0</h2> <ul> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix a memory leak issue in the axis-based charts, there was a logic to calculate and cache the minX, maxX, minY and maxY properties to reduce the computation cost. But it caused some memory issues, as we don't have a quick solution for this, we disabled the caching logic for now, later we can move the calculation logic to the render objects to keep and update them only when the data is changed, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix showing grid lines even when there is no line to show in the LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/sczesla"><code>@​sczesla</code></a>) Allow users to control minIncluded and maxIncluded using SideTitles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/elizabethzhenliu"><code>@​elizabethzhenliu</code></a>) Reverse the touch order in ScatterChart, so now the top spots are touched first, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/ksw2000"><code>@​ksw2000</code></a>) Remove redundant math import, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Neer-Pathak"><code>@​Neer-Pathak</code></a>) Fix linux example build issue, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/TobiasRump"><code>@​TobiasRump</code></a>) Update the bar chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</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.69.0</h2> <ul> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix a memory leak issue in the axis-based charts, there was a logic to calculate and cache the minX, maxX, minY and maxY properties to reduce the computation cost. But it caused some memory issues, as we don't have a quick solution for this, we disabled the caching logic for now, later we can move the calculation logic to the render objects to keep and update them only when the data is changed, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@​imaNNeo</code></a>) Fix showing grid lines even when there is no line to show in the LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/sczesla"><code>@​sczesla</code></a>) Allow users to control minIncluded and maxIncluded using SideTitles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/elizabethzhenliu"><code>@​elizabethzhenliu</code></a>) Reverse the touch order in ScatterChart, so now the top spots are touched first, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/ksw2000"><code>@​ksw2000</code></a>) Remove redundant math import, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Neer-Pathak"><code>@​Neer-Pathak</code></a>) Fix linux example build issue, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/TobiasRump"><code>@​TobiasRump</code></a>) Update the bar chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/imaNNeo/fl_chart/commit/a6c274ced070da94243fd5c2b8b41e9180e8352d"><code>a6c274c</code></a> Bump version to 0.69.0</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/b0a50a4c13bdf833eac9cf6f73853e0fe4243e34"><code>b0a50a4</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/f5af4e5152f46e0852f70b949a0d4609d12ede22"><code>f5af4e5</code></a> Update bar_chart.md to fix <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1608">#1608</a></li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/a6b2d24e607d580926863ec19511800c6d965e5c"><code>a6b2d24</code></a> fix: Linux Example App Build</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/99ae675184f1ce36b871a2245155c591c046e76e"><code>99ae675</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/37371d8bdcbaa8b2bf749fd1432d2fd36397e992"><code>37371d8</code></a> fixed touch detection to select topmost spot. Spots are rendered in order so ...</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/5a9606bd6840f941d18715b7c7f385748f09e0e6"><code>5a9606b</code></a> Remove redundant import of 'dart:math'</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/9fc2628e3600e585d5ed8cda469b03128ac5bbd1"><code>9fc2628</code></a> Code formatting</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/39985b0f15c05ea90fa1813bbf06ff59f3556a77"><code>39985b0</code></a> Adding change <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a> change to CHANGELOG</li> <li><a href="https://github.com/imaNNeo/fl_chart/commit/ed1bdcb1b0a4f272994ebde2abe103359a8d527c"><code>ed1bdcb</code></a> Adding unit test to check forwarding of minIncluded/maxIncluded via sideTitles</li> <li>Additional commits viewable in <a href="https://github.com/imaNNeo/fl_chart/compare/0.68.0...0.69.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.68.0&new-version=0.69.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>
3 months ago
fl_chart: ^0.69.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 4.0.0 to 5.0.0 in /experimental/pedometer/example (#2451) Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/f38b780f530f1244849990fe82ea6615863ed5aa"><code>f38b780</code></a> [package:flutter_lints] update the dep on <code>package:lints</code> to 5.0.0 and the sd...</li> <li><a href="https://github.com/flutter/packages/commit/7da2374fd81877e3363b090c599ee474f86d31fb"><code>7da2374</code></a> Update test to not depend on <code>Color.toString()</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7701">#7701</a>)</li> <li><a href="https://github.com/flutter/packages/commit/54dd8883c5cfeea69e1be1383c091a5e90dfb34b"><code>54dd888</code></a> [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...</li> <li><a href="https://github.com/flutter/packages/commit/47795ab86ab1c804d91a29cf4d6eb054ea82bfad"><code>47795ab</code></a> [go_router] Fixed TabView swiping in custom stateful shell route example (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7">#7</a>...</li> <li><a href="https://github.com/flutter/packages/commit/4926c0f8bd99ac61e5208e3410182be97ec0c2a4"><code>4926c0f</code></a> [quick_actions] Add guidance for correcting task management/back press behavi...</li> <li><a href="https://github.com/flutter/packages/commit/21d99dcc16c904871ad81efcc009c90d57c6c5b2"><code>21d99dc</code></a> [various] Adds macOS privacy manifests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7687">#7687</a>)</li> <li><a href="https://github.com/flutter/packages/commit/24594a081676f2678fea4bb1e8d5d6253ee3f4c2"><code>24594a0</code></a> [google_maps_flutter_android] Convert <code>PlatformPolyline.pattern</code> to Pigeon (#...</li> <li><a href="https://github.com/flutter/packages/commit/f54fe930753f6e44def213297bd8e794c846ad43"><code>f54fe93</code></a> [pigeon] Validates support for nested collections with generic types. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7614">#7614</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e9253e60161b498f2528a76198b6cd57a1a0d252"><code>e9253e6</code></a> [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...</li> <li><a href="https://github.com/flutter/packages/commit/fef7ffb4fe95d46a4562562cb764ace720502310"><code>fef7ffb</code></a> [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v5.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=4.0.0&new-version=5.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`. --- <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>
2 months ago
flutter_lints: ^5.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