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/veggieseasons/pubspec.yaml

84 lines
2.1 KiB

name: veggieseasons
description: An iOS app that shows the fruits and veggies currently in season.
publish_to: none
version: 1.2.0
environment:
sdk: ^3.4.0-0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
font_awesome_flutter: ^10.1.0
Bump intl from 0.18.1 to 0.19.0 in /veggieseasons (#2109) 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>
12 months ago
intl: ^0.19.0
provider: ^6.0.1
shared_preferences: ^2.0.14
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
# TODO: https://github.com/flutter/samples/issues/1838
# go_router ^7.1.0 is breaking the state restoration tests
go_router: 7.0.2
dev_dependencies:
analysis_defaults:
path: ../analysis_defaults
flutter_test:
sdk: flutter
Bump flutter_launcher_icons from 0.13.1 to 0.14.0 in /veggieseasons (#2442) Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.13.1 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/releases">flutter_launcher_icons's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/malibayram"><code>@​malibayram</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li>Revert &quot;Update README.md&quot; by <a href="https://github.com/RatakondalaArun"><code>@​RatakondalaArun</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/484">fluttercommunity/flutter_launcher_icons#484</a></li> <li>docs: generate config file feature documentation by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/485">fluttercommunity/flutter_launcher_icons#485</a></li> <li>style: fixed linting warnings on pub website by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/486">fluttercommunity/flutter_launcher_icons#486</a></li> <li>support ios icon background color when removing alpha by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li>add <code>background_color_ios</code> description to README.md by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/487">fluttercommunity/flutter_launcher_icons#487</a></li> <li>Fix typo in README.md by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/488">fluttercommunity/flutter_launcher_icons#488</a></li> <li>Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] by <a href="https://github.com/muddi900"><code>@​muddi900</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li>feat: added support for android 13+ themed icons by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/497">fluttercommunity/flutter_launcher_icons#497</a></li> <li>Feature: Configure dark and tinted mode icons for iOS 18+ by <a href="https://github.com/KevinHaendel"><code>@​KevinHaendel</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li>related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inset by <a href="https://github.com/LOCKEDFILE"><code>@​LOCKEDFILE</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li>update readme to use dart run by <a href="https://github.com/eifr"><code>@​eifr</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> <li>fix: tests fails for the newly generated ios list by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/576">fluttercommunity/flutter_launcher_icons#576</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/malibayram"><code>@​malibayram</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li><a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li><a href="https://github.com/muddi900"><code>@​muddi900</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li><a href="https://github.com/KevinHaendel"><code>@​KevinHaendel</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li><a href="https://github.com/LOCKEDFILE"><code>@​LOCKEDFILE</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li><a href="https://github.com/eifr"><code>@​eifr</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md">flutter_launcher_icons's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (21st September 2024)</h2> <ul> <li>Android: Support for monochrome icons <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> </ul> <p><strong>Before</strong></p> <p><strong>Now</strong></p> <ul> <li>Android: Ability to set inset for adaptive icon foreground and monochrome icon <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> <li>iOS: Dark and Tinted icons for iOS 18+ <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">#569</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/3705b5178bbf1cf36ac4a086e1ff4c79bce26141"><code>3705b51</code></a> docs: updated readme</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/5371620a7f21d367d1ac4bc329f04bbe5cdf9f29"><code>5371620</code></a> build: updated dependencies</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/28f715b15f0700c9c1c73545771b17e4b8097c6d"><code>28f715b</code></a> build: increased dart sdk version</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/05b10685a1a8b5c27a614391954bae168f5d16b0"><code>05b1068</code></a> build: bumped version to 0.14.0</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/79077eee4d2da9194f3bc8d47247a1c0a4bd14db"><code>79077ee</code></a> fix: tests fails for the newly generated list (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/576">#576</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/a1b9a5b76eeb1b76c0517be54f55b00427e97d64"><code>a1b9a5b</code></a> update readme to use dart run (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/561">#561</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/8cf8aef1489f6f9168d9f4c267c4063e97868ca7"><code>8cf8aef</code></a> related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inse...</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/93a697fd50a9b857179ee1e712d0e4b347ed47d4"><code>93a697f</code></a> Feature: Configure dark and tinted mode icons for iOS 18+ (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/569">#569</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/006cb1ed53f969bf11816cde5b16dd520e1ee40e"><code>006cb1e</code></a> feat: added support for android 13+ themed icons (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/497">#497</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/ca79b54b2664ad4b7810778a29fa0023f4dc7a28"><code>ca79b54</code></a> Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/527">#527</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_launcher_icons&package-manager=pub&previous-version=0.13.1&new-version=0.14.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_launcher_icons: ^0.14.0
flutter:
assets:
- assets/images/apple.jpg
- assets/images/artichoke.jpg
- assets/images/asparagus.jpg
- assets/images/avocado.jpg
- assets/images/blackberry.jpg
- assets/images/cantaloupe.jpg
- assets/images/cauliflower.jpg
- assets/images/endive.jpg
- assets/images/fig.jpg
- assets/images/grape.jpg
- assets/images/green_bell_pepper.jpg
- assets/images/habanero.jpg
- assets/images/kale.jpg
- assets/images/kiwi.jpg
- assets/images/lemon.jpg
- assets/images/lime.jpg
- assets/images/mango.jpg
- assets/images/mushroom.jpg
- assets/images/nectarine.jpg
- assets/images/persimmon.jpg
- assets/images/plum.jpg
- assets/images/potato.jpg
- assets/images/radicchio.jpg
- assets/images/radish.jpg
- assets/images/squash.jpg
- assets/images/strawberry.jpg
- assets/images/tangelo.jpg
- assets/images/tomato.jpg
- assets/images/watermelon.jpg
- assets/images/orange_bell_pepper.jpg
fonts:
- family: NotoSans
fonts:
- asset: assets/fonts/NotoSans-Regular.ttf
weight: 400
- asset: assets/fonts/NotoSans-Bold.ttf
weight: 700
- asset: assets/fonts/NotoSans-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/NotoSans-Italic.ttf
style: italic
weight: 400
flutter_icons:
ios: true
image_path: "assets/icon/launcher_icon.png"