-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
75 lines (66 loc) · 1.65 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
64
65
66
67
68
69
70
71
72
73
74
75
name: news360
description: News App that gives ghana updated news scrap from GhanaWeb.
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+2
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
animated_clipper: ^0.2.0+2
auto_size_text_pk: ^3.0.0
awesome_flutter_extensions: ^0.0.1+2
beautiful_soup_dart: ^0.2.0
cloud_firestore: ^3.1.6
equatable: ^2.0.3
eva_icons_flutter: ^3.0.2
firebase_auth: ^3.1.3
firebase_core: ^1.7.0
flutter:
sdk: flutter
flutter_cache_manager: ^3.1.2
flutter_focus_watcher: ^2.0.0
flutter_easyloading: ^3.0.3
get: ^4.3.8
get_storage: ^2.0.3
http: ^0.13.4
json_serializable: ^6.1.4
loggy: ^2.0.1
material_floating_search_bar: ^0.3.4
optimized_cached_image: ^3.0.0
pin_code_fields: ^7.3.0
simple_animations: ^4.0.0
skeletons: ^0.0.3
smooth_page_indicator: ^1.0.0+2
spaces: ^0.5.0
switcher: ^1.0.0
dev_dependencies:
build_runner: null
flutter_gen_runner: null
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
mockito: ^5.0.16
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
fonts:
- family: ProximaBlack
fonts:
- asset: assets/fonts/ProximaNovaBlack.otf
weight: 500
- family: ProximaBold
fonts:
- asset: assets/fonts/ProximaNovaBold.otf
weight: 700
- family: ProximaRegular
fonts:
- asset: assets/fonts/ProximaNovaRegular.otf
weight: 700
flutter_gen:
output: lib/resources/assets
integrations:
flutter_svg: true