forked from handiism/repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (53 loc) · 1.17 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
name: repo
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
intl: ^0.17.0
shared_preferences: ^2.0.15
http: ^0.13.5
dropdown_search: ^5.0.3
flutter_native_splash: ^2.2.16
flutter_svg: ^1.1.6
cached_network_image: ^3.2.3
http_interceptor: ^1.0.2
flutter_html: ^3.0.0-alpha.6
image_picker: ^0.8.6+1
jwt_decoder: ^2.0.1
html: ^0.15.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.otf
weight: 400
style: normal
- asset: assets/fonts/Poppins-Medium.otf
weight: 500
style: normal
- asset: assets/fonts/Poppins-Bold.otf
weight: 700
style: normal
flutter_native_splash:
color: "#ffffff"
image: assets/images/splashscreen.png
android_12:
image: assets/images/splashscreen.png
color: "#ffffff"
android: true
ios: true
web: true