-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpubspec.yaml
133 lines (119 loc) · 2.77 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
name: clipboard
description: "CopyCat Clipboard: One Clipboard, Limitless Productivity"
publish_to: 'none'
version: 1.0.0+62
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
injectable: ^2.4.2
flutter_bloc: ^9.0.0
bloc: ^9.0.0
freezed_annotation: ^2.4.4
awesome_notifications: ^0.9.3+1
path: ^1.9.0
path_provider: ^2.1.3
json_annotation: ^4.9.0
get_it: ^7.7.0
go_router: ^14.6.2
dartz: ^0.10.1
form_validator: ^2.1.1
window_manager: ^0.4.2
timeago: ^3.7.0
isar: 3.1.0+1
isar_flutter_libs: 3.1.0+1
uuid: ^4.4.2
rxdart: ^0.28.0
internet_connection_checker_plus: ^2.3.0
url_launcher: ^6.3.0
googleapis: ^13.1.0
file_picker: ^8.1.6
http: ^1.2.2
blurhash_dart: ^1.2.1
mime: ^1.0.5
image: ^4.2.0
intl: ^0.19.0
app_links: ^6.3.3
device_preview: ^1.2.0
async: ^2.11.0
win32_registry: ^1.1.3
share_handler: ^0.0.21
universal_io: ^2.2.2
duration: ^3.0.13
open_filex: ^4.4.0
hotkey_manager: ^0.2.3
google_mobile_ads: ^5.1.0
focus_window:
path: ./packages/focus_window
package_info_plus: ^8.0.0
tray_manager: ^0.3.1
flutter_platform_alert: ^0.5.1
device_preview_screenshot: ^1.0.0
encrypt: ^5.0.3
upgrader: ^10.3.0
retry: ^3.1.2
launch_at_startup: ^0.3.1
copycat_pro:
path: packages/copycat_pro
copycat_base:
path: packages/copycat_base
flutter_colorpicker: ^1.1.0
flutter_svg: ^2.0.10+1
screen_retriever: ^0.2.0
flutter_svg_provider:
git:
url: https://github.com/raj457036/flutter_svg_provider.git
android_background_clipboard:
path: packages/android_background_clipboard
sentry_flutter: ^8.12.0
animate_do: ^3.3.4
installed_apps: ^1.5.2
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
emoji_picker_flutter:
git:
url: https://github.com/raj457036/emoji_picker_flutter.git
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.13
injectable_generator: ^2.6.2
isar_generator: 3.1.0+1
freezed: 2.5.7
json_serializable: ^6.8.0
flutter_launcher_icons: "^0.13.1"
sentry_dart_plugin: ^2.0.0
dependency_overrides:
intl: ^0.19.0
analyzer: ^6.4.1
screen_retriever: ^0.2.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/images/icons/
fonts:
- family: RobotoFlex
fonts:
- asset: fonts/RobotoFlex-VariableFont.ttf
flutter_launcher_icons:
image_path: "./resources/icon.png"
android: true
min_sdk_android: 24
ios: true
remove_alpha_ios: true
windows:
generate: true
icon_size: 256
image_path: "./resources/windows-icon.png"
macos:
generate: true
image_path: "./resources/macos-icon.png"
sentry:
upload_debug_symbols: true