-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
60 lines (42 loc) · 970 Bytes
/
pubspec.yaml
File metadata and controls
60 lines (42 loc) · 970 Bytes
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
name: news_api
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get:
dio:
hexcolor:
json_annotation:
cached_network_image: ^3.2.0
intl:
eva_icons_flutter: ^3.0.2
webview_flutter: ^3.0.0
lottie: ^1.2.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
json_serializable:
flutter:
uses-material-design: true
assets:
- assets/lottie/
# - images/a_dot_ham.jpeg
fonts:
- family: Poppins Regular
fonts:
- asset: fonts/Poppins-Regular.ttf
- family: Poppins Bold
fonts:
- asset: fonts/Poppins-Bold.ttf
- family: Poppins Semi Bold
fonts:
- asset: fonts/Poppins-SemiBold.ttf
- family: Poppins Medium
fonts:
- asset: fonts/Poppins-Medium.ttf