-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
64 lines (48 loc) · 1.26 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: conduit
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.15.0 <3.0.0"
dependencies:
cached_network_image: ^3.2.1
dio: ^4.0.6
flutter:
sdk: flutter
flutter_feather_icons: ^2.0.0+1
flutter_secure_storage: ^6.0.0
fpdart: ^0.2.0
freezed_annotation: ^2.0.3
get_it: ^7.2.0
go_router: ^4.3.0
hooks_riverpod: ^1.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
mockito: ^5.2.0
build_runner: ^2.1.11
freezed: ^2.0.3+1
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
# The name of family is kept generic so that if tommorow we want to change
# fonts we can change it and we will not have to update it manually in the code.
fonts:
- family: AppFontLight
fonts:
- asset: assets/fonts/Inter-Light.ttf
- family: AppFontRegular
fonts:
- asset: assets/fonts/Inter-Regular.ttf
- family: AppFontMedium
fonts:
- asset: assets/fonts/Inter-Medium.ttf
- family: AppFontSemiBold
fonts:
- asset: assets/fonts/Inter-SemiBold.ttf
- family: AppFontBold
fonts:
- asset: assets/fonts/Inter-Bold.ttf