-
Notifications
You must be signed in to change notification settings - Fork 20
/
pubspec.yaml
146 lines (138 loc) · 3.72 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
name: miria
description: Miria is Misskey Client for Mobile App.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.2+117
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
collection: ^1.16.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_html: ^3.0.0-beta.2
misskey_dart:
git: https://github.com/shiosyakeyakini-info/misskey_dart.git
mfm: ^1.0.5
tuple: ^2.0.1
path_provider: ^2.0.14
dio: ^5.1.1
path: ^1.8.2
auto_route: ^8.1.3
freezed_annotation: ^2.2.0
url_launcher: ^6.1.10
intl: ^0.19.0
scrollable_positioned_list: ^0.3.6
kana_kit: ^2.0.0
cached_network_image: ^3.2.3
json_annotation: ^4.8.0
shared_preferences: ^2.1.0
badges: ^3.1.1
flutter_secure_storage: ^9.2.2
google_fonts: ^6.1.0
uuid: ^4.4.0
file_picker: ^8.0.3
package_info_plus: ^8.0.0
reorderables: ^0.6.0
confetti: ^0.7.0
flutter_highlighting: ^0.9.0+11.8.0
highlighting: ^0.9.0+11.8.0
dotted_border: ^2.0.0+3
visibility_detector: ^0.4.0+2
percent_indicator: ^4.2.3
fl_chart: ^0.68.0
receive_sharing_intent: 1.5.4
share_plus: ^9.0.0
mfm_parser: ^1.0.3
flutter_svg: ^2.0.6
image_editor: ^1.3.0
json5: ^0.8.0
file: ^7.0.0
image_gallery_saver: ^2.0.3
permission_handler: ^11.3.1
device_info_plus: ^10.1.0
colorfilter_generator: ^0.0.8
matrix2d: ^1.0.4
# TODO: DISCONTINUED
twemoji_v2: ^0.6.0
flutter_image_compress: ^2.0.4
webview_flutter: ^4.3.0
webview_flutter_android: ^3.12.0
webview_flutter_wkwebview: ^3.9.0
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
flutter_colorpicker: ^1.1.0
volume_controller: ^2.0.7
window_manager: ^0.4.3
shared_preference_app_group: ^1.0.0+1
stack_trace: ^1.11.1
flutter_cache_manager: ^3.3.2
riverpod_annotation: ^3.0.0-dev.3
simple_logger: ^1.9.0+3
hooks_riverpod: ^3.0.0-dev.3
flutter_hooks: ^0.20.5
punycode: ^1.0.0
image: ^4.3.0
mime: ^1.0.6
dependency_overrides:
image_editor:
git:
url: https://github.com/shiosyakeyakini-info/flutter_image_editor_fix_ios_color_option.git
path: ./image_editor/
image_editor_common:
git:
url: https://github.com/shiosyakeyakini-info/flutter_image_editor_fix_ios_color_option.git
path: ./image_editor_common/
image_editor_platform_interface:
git:
url: https://github.com/shiosyakeyakini-info/flutter_image_editor_fix_ios_color_option.git
path: ./image_editor_platform_interface/
image_gallery_saver:
git:
url: https://github.com/knottx/image_gallery_saver.git
ref: knottx-latest
media_kit:
git:
url: https://github.com/4ster1sk/media-kit.git
ref: 28292926cfd1e75611f7dcf39248124197d131cf
path: ./media_kit/
media_kit_video:
git:
url: https://github.com/4ster1sk/media-kit.git
ref: 28292926cfd1e75611f7dcf39248124197d131cf
path: ./media_kit_video/
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
auto_route_generator: ^8.0.0
build_runner: ^2.3.3
freezed: ^2.3.2
json_serializable: ^6.6.1
flutter_launcher_icons: ^0.14.1
mockito: ^5.4.2
cider: ^0.2.3
riverpod_generator: ^3.0.0-dev.3
riverpod_lint: ^3.0.0-dev.4
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/images/
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/icon.png"
adaptive_icon_background: "#ace601"
adaptive_icon_foreground: "assets/images/icon_adaptive_foreground.png"
adaptive_icon_monochrome: "assets/images/icon_adaptive_monochrome.png" # Not working?
min_sdk_android: 21
windows:
generate: true
image_path: "assets/images/icon.png"
icon_size: 48
macos:
generate: true
image_path: "assets/images/icon.png"