-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
121 lines (89 loc) · 2.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: tat
description: NTUT Life TAT, convenient, concise, fast, powerful, enrich your NTUT life!
publish_to: 'none'
version: 2.0.0+1
environment:
sdk: ">=2.19.1 <3.0.0"
flutter: ">=3.7.1"
dependencies:
flutter:
sdk: flutter
# TAT Core implementations.
# Use https login with github personal access key at the first time to obtain this sub-package.
tat_core:
git:
url: [email protected]:NTUT-NPC/TAT-Core.git
ref: main
# Bloc for implement the Bloc design pattern.
hydrated_bloc: ^9.0.0
flutter_bloc: ^8.1.1
sealed_flutter_bloc: ^8.0.0
bloc_concurrency: ^0.2.0
replay_bloc: ^0.2.2
bloc: ^8.1.0
# Providers (riverPod + hooks) for Dependencies Injection and State Management.
flutter_hooks: ^0.18.5+1
hooks_riverpod: ^2.1.3
# login page
flutter_login: ^4.1.1
# Dio http client
dio_cookie_manager: ^2.0.0
# Storages
hive: ^2.2.3
hive_flutter: ^1.1.0
flutter_secure_storage: ^7.0.1
# router
go_router: ^6.0.3
equatable: ^2.0.5
cookie_jar: ^3.0.1
dio: ^4.0.6
meta: ^1.8.0 # restricted by flutter sdk
logging: ^1.1.1
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
very_good_analysis: ^3.1.0
build_runner: ^2.3.3
# App configurations
# flutter_launcher_icons: ^0.11.0
flutter_native_splash: ^2.2.17
# Bloc
bloc_test: ^9.1.0
bloc_tools: ^0.1.0-dev.4
import_sorter: ^4.6.0
# hive
hive_generator: ^2.0.0
module:
androidX: true
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: TATFont
fonts:
- asset: assets/fonts/GenSenRounded-R.ttc
weight: 400
- asset: assets/fonts/GenSenRounded-B.ttc
weight: 700
flutter_icons:
android: true
ios: true
image_path: "assets/images/tat.png"
flutter_native_splash:
color: "#FFFFFF"
image: assets/images/splash.png
color_dark: "#2b2b2b"
image_dark: assets/images/splash-dark.png
android: true
android_gravity: center
ios: true
ios_content_mode: center
fullscreen: true
import_sorter:
emojis: true
comments: true