mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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="a1431f82d6"><code>a1431f8</code></a> Switch changelog entries</li> <li><a href="bd86e2723a"><code>bd86e27</code></a> Merge branch 'main' into publishIntl</li> <li><a href="5043160a82"><code>5043160</code></a> No public description</li> <li><a href="2d75d73fd0"><code>2d75d73</code></a> Publish <code>package:intl</code> v0.19.0</li> <li><a href="412ef68964"><code>412ef68</code></a> No public description</li> <li><a href="2c82cd2bd0"><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="f02f7484b6"><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="c782918d84"><code>c782918</code></a> Last fixes</li> <li><a href="2da7748e0f"><code>2da7748</code></a> More fixes</li> <li><a href="7315909c2a"><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 /> [](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>
84 lines
2.1 KiB
YAML
84 lines
2.1 KiB
YAML
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.2.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.2
|
|
font_awesome_flutter: ^10.1.0
|
|
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
|
|
flutter_launcher_icons: ^0.13.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"
|