-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (50 loc) · 1.37 KB
/
pubspec.yaml
File metadata and controls
63 lines (50 loc) · 1.37 KB
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: savejar_app
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
auto_route: ^3.2.2
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get_it: ^7.2.0
smooth_page_indicator: ^1.0.0
stacked: ^2.3.0
gap: ^2.0.0
flutter_svg: ^1.0.3
go_router: ^3.1.1
dev_dependencies:
auto_route_generator: ^3.2.1
build_runner:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/intro_one_img.svg
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700
- family: Karla
fonts:
- asset: assets/fonts/Karla-Regular.ttf
weight: 400
- asset: assets/fonts/Karla-Italic.ttf
style: italic
- asset: assets/fonts/Karla-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Karla-Bold.ttf
weight: 700