-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpubspec.yaml
93 lines (83 loc) · 1.68 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: getx_hacker_news_api
description: NewsAPI app with GetX.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# api
retrofit: any
logger: any
# network info
connectivity: ^0.4.9+3
# functional programming
dartz: ^0.9.2
# value equality
equatable: ^1.2.5
# json
json_annotation: ^3.1.0
# freezed
freezed_annotation: ^0.12.0
# meta
meta: ^1.2.3
# bloc state managment
flutter_bloc: ^6.0.6
# GetX mico-framework
get: ^3.24.0
# network
http: ^0.12.2
# date formatter
intl: ^0.16.1
# improve code
lint: ^1.3.0
# device native folders
path_provider: ^1.6.18
# sql db (local storage)
sqflite: ^1.3.1+1
# no sql db (local storage)
sembast: ^2.4.7+7
# no sql db (local storage)
hive: ^1.4.4+1
hive_flutter: ^0.3.1
# url helper
url_launcher: ^5.7.2
# IoC
kiwi: ^2.1.1
# env variables
flutter_dotenv: ^3.1.0
dev_dependencies:
# tests
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
mockito:
bloc_test: ^7.1.0
test: any
# native icons & splash
flutter_launcher_icons: ^0.8.1
flutter_native_splash: ^0.1.9
# code generators
build_runner: ^1.10.3
freezed: ^0.12.2
json_serializable: ^3.5.0
retrofit_generator: any
hive_generator: ^0.8.1
kiwi_generator: ^2.1.1
# flutter icons setup
flutter_icons:
android: true
ios: true
image_path: "assets/images/icon.png"
# flutter splash screen setup
flutter_native_splash:
image: assets/images/splash_icon.png
color: "#FFEB3B"
android_disable_fullscreen: true
flutter:
uses-material-design: true
assets:
- assets/images/loading.jpg
- assets/images/placeHolder.jpg