forked from shiosyakeyakini-info/miria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
121 lines (112 loc) · 2.94 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: miria
description: Miria is Misskey Client for Mobile App.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.18+100
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-alpha.6
flutter_riverpod: ^2.3.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: ^6.0.5
freezed_annotation: ^2.2.0
url_launcher: ^6.1.10
intl: ^0.18.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: ^8.0.0
google_fonts: ^6.1.0
uuid: ^3.0.7
file_picker: ^5.3.0
package_info_plus: ^4.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.62.0
receive_sharing_intent: ^1.4.5
share_plus: ^7.0.2
mfm_parser: ^1.0.3
flutter_svg: ^2.0.6
image_editor: ^1.3.0
json5: ^0.8.0
file: ^6.1.4
image_gallery_saver: ^2.0.3
permission_handler: ^10.4.2
device_info_plus: ^9.0.2
colorfilter_generator: ^0.0.8
matrix2d: ^1.0.4
twemoji_v2: ^0.5.3
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.8+2
media_kit_video: ^1.2.1
media_kit_libs_video: ^1.0.3
flutter_colorpicker: ^1.0.3
volume_controller: ^2.0.7
window_manager: ^0.3.8
shared_preference_app_group: ^1.0.0+1
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/
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
auto_route_generator: ^6.0.0
build_runner: ^2.3.3
freezed: ^2.3.2
json_serializable: ^6.6.1
flutter_launcher_icons: ^0.13.1
mockito: ^5.4.2
cider: ^0.2.3
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/images/
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/images/icon_adaptive.png"
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"