-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
72 lines (59 loc) · 1.8 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
64
65
66
67
68
69
70
71
72
name: flutter_custom_animation
description: Shop app with soft, eye-pleasing design and smooth custom Flutter animations.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_svg: 1.1.3
visibility_detector: 0.3.3
flutter_keyboard_visibility: 5.3.0
widgets_visibility_provider: 3.0.1
equatable: 2.0.3
blur: 3.1.0
dotted_border: 2.0.0+2
get_it: 7.2.0
salomon_bottom_bar: 3.3.1
cupertino_icons: ^1.0.5
flutter_native_splash:
color: "#E5E5E5"
image: assets/images/splash.png
dev_dependencies:
flutter_test:
sdk: flutter
freezed: ^2.1.0
build_runner: ^2.2.0
mockito: ^5.3.0
flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.7
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: PlayfairDisplay
fonts:
- asset: assets/fonts/PlayfairDisplay-VariableFont_wght.ttf
- family: SFProDisplay
fonts:
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Black.ttf
weight: 900
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Heavy.ttf
weight: 800
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Bold.ttf
weight: 700
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Semibold.ttf
weight: 600
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Medium.ttf
weight: 500
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Regular.ttf
weight: 400
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Light.ttf
weight: 300
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Thin.ttf
weight: 200
- asset: assets/fonts/SFProDisplay/SFUIDisplay-Ultralight.ttf
weight: 100