-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (51 loc) · 1.47 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: flutter_shopping_app_with_ota_updates
description: "An e-commerce shopping app using Flutter/Dart and Shorebird. This sample app supports OTA update."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
carousel_slider: ^4.2.1
salomon_bottom_bar: ^3.3.2
riverpod_annotation: ^2.3.4
flutter_riverpod: ^2.4.10
page_transition: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
riverpod_generator: ^2.3.11
build_runner: ^2.4.8
custom_lint: ^0.6.0
riverpod_lint: ^2.3.9
flutter:
assets:
- shorebird.yaml
- assets/images/
fonts:
- family: Lora
fonts:
- asset: assets/fonts/Lora/Lora-Regular.ttf
weight: 400
- asset: assets/fonts/Lora/Lora-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Lora/Lora-Medium.ttf
weight: 500
- asset: assets/fonts/Lora/Lora-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Lora/Lora-SemiBold.ttf
weight: 600
- asset: assets/fonts/Lora/Lora-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Lora/Lora-Bold.ttf
weight: 700
- asset: assets/fonts/Lora/Lora-BoldItalic.ttf
weight: 700
style: italic
uses-material-design: true