mirror of https://github.com/flutter/samples.git
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.
36 lines
718 B
36 lines
718 B
name: veggieseasons
|
|
description: An iOS app that shows the fruits and veggies currently in season.
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^0.1.2
|
|
intl: ^0.15.7
|
|
scoped_model: ^0.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
assets:
|
|
- assets/images/placeholder.png
|
|
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 |