Files
rezepte/pubspec.yaml
2023-11-07 23:24:18 +01:00

49 lines
1.1 KiB
YAML

name: rezepte
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
provider: ^6.0.5
isar: ^4.0.0-dev.13
isar_flutter_libs: ^4.0.0-dev.13
path_provider: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.4.6
flutter:
uses-material-design: true
fonts:
- family: Ubuntu
fonts:
- asset: fonts/ubuntu/Ubuntu-Bold.ttf
weight: 700
- asset: fonts/ubuntu/Ubuntu-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/ubuntu/Ubuntu-Italic.ttf
style: italic
- asset: fonts/ubuntu/Ubuntu-Light.ttf
weight: 300
- asset: fonts/ubuntu/Ubuntu-LightItalic.ttf
weight: 300
style: italic
- asset: fonts/ubuntu/Ubuntu-Medium.ttf
weight: 500
- asset: fonts/ubuntu/Ubuntu-MediumItalic.ttf
weight: 500
style: italic
- asset: fonts/ubuntu/Ubuntu-Regular.ttf
weight: 400