-
Notifications
You must be signed in to change notification settings - Fork 55
/
pubspec.yaml
104 lines (94 loc) · 1.93 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
name: mikan
description: mikanani.me
version: 1.2.9+75
publish_to: none
environment:
sdk: ">=3.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
firebase_core: ^3.1.1
firebase_analytics: ^11.1.0
firebase_crashlytics: ^4.0.2
path_provider: ^2.1.1
dio: ^5.1.2
dio_cookie_manager: ^3.0.0
html: ^0.15.3
provider: ^6.0.5
hive: ^2.2.3
hive_flutter: ^1.1.0
clipboard: ^0.1.3
url_launcher: ^6.1.14
share_plus: ^10.0.0
flutter_widget_from_html_core: ^0.15.1
extended_sliver: ^2.1.3
waterfall_flow: ^3.0.2
jiffy: ^6.1.0
android_intent_plus: ^5.0.2
connectivity_plus: ^6.0.3
ff_annotation_route_core: ^2.0.7
ff_annotation_route_library: ^3.0.0
sliver_tools: ^0.2.10
flutter_displaymode: ^0.6.0
flex_color_picker: ^3.2.2
intl: ^0.19.0
collection: ^1.19.0
json_annotation: ^4.8.1
path: ^1.8.2
cookie_jar: ^4.0.2
async: ^2.10.0
auto_size_text: ^3.0.0
easy_refresh: ^3.3.2+1
window_manager: ^0.4.2
dynamic_color: ^1.6.7
decimal: ^3.0.2
flutter_smart_dialog: ^4.9.4
infinite_carousel: ^1.0.3
package_info_plus: ^8.0.0
animations: ^2.0.8
vclibs: ^0.1.3
in_app_update: ^4.2.3
dev_dependencies:
args: ^2.4.1
yaml: ^3.1.2
glob: ^2.1.1
http: ^1.1.0
process_run: ^1.0.0+1
build_runner: ^2.3.3
flutter_gen: ^5.3.1
flutter_gen_runner: ^5.3.1
json_serializable: ^6.6.2
hive_generator: ^2.0.0
flutter_lints: ^5.0.0
icons_launcher: ^3.0.0
quiver: ^3.2.1
dependency_overrides:
collection: ^1.19.0
flutter:
uses-material-design: true
assets:
- assets/
flutter_gen:
output: lib/res/
line_length: 80
integrations:
flutter_svg: true
flare_flutter: true
rive: true
lottie: true
icons_launcher:
image_path: 'assets/mikan.png'
platforms:
android:
enable: false
ios:
enable: true
macos:
enable: true
windows:
enable: true
linux:
enable: true