forked from wanghongenpin/proxypin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
78 lines (71 loc) · 1.87 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
name: network_proxy
description: ProxyPin
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.9+9
environment:
sdk: '>=3.0.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
crypto: ^3.0.3
cupertino_icons: ^1.0.2
basic_utils: ^5.7.0
logger: ^2.0.1
date_format: ^2.0.7
window_manager: ^0.3.8
desktop_multi_window:
git:
url: https://gitee.com/wanghongenpin/flutter-plugins.git
path: packages/desktop_multi_window
path_provider: ^2.1.2
url_launcher: ^6.2.4
proxy_manager: ^0.0.3
qr_flutter: ^4.1.0
easy_permission: ^1.0.0
qrscan: ^0.3.3
flutter_barcode_scanner: ^2.0.0
flutter_toastr: ^1.0.3
share_plus: ^8.0.2
brotli: ^0.6.0
file_selector: ^1.0.2
flutter_js: ^0.8.0
flutter_code_editor:
file_picker: ^8.0.0
flutter_desktop_context_menu: ^0.2.0
win32audio: ^1.3.1
# video_player:
# git:
# url: https://github.com/icapps/plugins.git
# ref: feature/ios-pip
# path: packages/video_player/video_player
#dependency_overrides:
# video_player_platform_interface:
# git:
# url: https://github.com/icapps/plugins.git
# ref: feature/ios-pip
# path: packages/video_player/video_player_platform_interface
# video_player_avfoundation:
# git:
# url: https://github.com/icapps/plugins.git
# ref: feature/ios-pip
# path: packages/video_player/video_player_avfoundation
# video_player_android:
# git:
# url: https://github.com/icapps/plugins.git
# ref: feature/ios-pip
# path: packages/video_player/video_player_android
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# The following section is specific to Flutter packages.
flutter:
generate: true
uses-material-design: true
assets:
- assets/certs/ca.crt
- assets/certs/ca_private.der
- assets/icon.png