1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/veggieseasons/pubspec.yaml
Eric Windmill 2999d738b8 Dart 3.9 / Flutter 3.35 [first LLM release] (#2714)
I got carried away with Gemini and basically rewrote CI and the release
process for the new LLM reality. This work was largely completed by
Gemini.

- Bump all SDK versions to the current beta (3.9.0-0)
- Run `flutter channel beta`
- Wrote `ci_script.dart` to replace the bash scripts
- Converted repository to pub workspace #2499 
- Added llm.md and release.md
- Added redirect for deprecated Samples Index

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
2025-08-14 12:26:24 -07:00

83 lines
2.2 KiB
YAML

name: veggieseasons
description: An iOS app that shows the fruits and veggies currently in season.
publish_to: none
version: 1.2.0
resolution: workspace
environment:
sdk: ^3.9.0-0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
font_awesome_flutter: ^10.1.0
intl: ^0.20.0
provider: ^6.0.1
shared_preferences: ^2.0.14
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
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: ^16.0.0
dev_dependencies:
analysis_defaults:
path: ../analysis_defaults
flutter_test:
sdk: flutter
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"