-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
53 lines (45 loc) · 1.23 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
name: crack_tech_app
version: 1.0.0+1
publish_to: none
description: A interview task Flutter project.
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
cupertino_icons: ^1.0.2 #cupertino icon
get: 4.6.5 #state management
flutter_launcher_icons: ^0.11.0 #Icons
dio: ^4.0.6 #Data fetch
cached_network_image: ^3.2.1 #network image
hive: ^2.2.3 #Cash data
hive_flutter: ^1.1.0
path_provider: ^2.0.15 #path
connectivity_plus: ^2.3.7 #network
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
test: ^1.16.8
mockito: ^5.0.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/app-logo.jpeg"
flutter:
uses-material-design: true
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Black.ttf
- asset: assets/fonts/Inter-Bold.ttf
- asset: assets/fonts/Inter-ExtraBold.ttf
- asset: assets/fonts/Inter-ExtraLight.ttf
- asset: assets/fonts/Inter-Light.ttf
- asset: assets/fonts/Inter-Medium.ttf
- asset: assets/fonts/Inter-Regular.ttf
- asset: assets/fonts/Inter-SemiBold.ttf
- asset: assets/fonts/Inter-Thin.ttf
assets:
- assets/icons/
- assets/loader/