-
Notifications
You must be signed in to change notification settings - Fork 629
/
pubspec.yaml
60 lines (53 loc) · 1.29 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
name: proxypin
description: ProxyPin
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.6+16
environment:
sdk: '>=3.0.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.8
pointycastle: ^3.9.1
logger: ^2.4.0
date_format: ^2.0.9
window_manager: ^0.4.3
desktop_multi_window:
git:
url: https://gitee.com/wanghongenpin/flutter-plugins.git
path: packages/desktop_multi_window
path_provider: ^2.1.5
file_picker: ^8.1.3
proxy_manager: ^0.0.3
permission_handler: ^11.3.1
flutter_toastr: ^1.0.3
share_plus: ^10.1.2
flutter_js: ^0.8.1
flutter_code_editor:
git:
url: https://github.com/wanghongenpin/flutter-code-editor.git
ref: secure-keyboard
flutter_desktop_context_menu: ^0.2.0
device_info_plus: ^11.1.1
shared_preferences: ^2.3.2
image_pickers: ^2.0.5+2
url_launcher: ^6.3.1
qr_flutter: ^4.1.0
flutter_qr_reader: ^1.0.5
brotli: ^0.6.0
win32audio: ^1.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
# The following section is specific to Flutter packages.
flutter:
generate: true
uses-material-design: true
assets:
- assets/certs/ca.crt
- assets/certs/ca_key.pem
- assets/icon.png