forked from mahsanet/proxy_core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (36 loc) · 817 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
41 lines (36 loc) · 817 Bytes
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
name: proxy_core
description: "Proxy Core plugin for Flutter apps providing xray, singbox and ... implementation"
version: 7.0.3
homepage: none
environment:
sdk: ^3.5.1
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
grpc: ^4.1.0
protobuf: ^4.2.0
ffi: ^2.1.4
flutter_local_notifications: ^19.4.2
permission_handler: ^12.0.1
fixnum: ^1.1.1
dev_dependencies:
ffigen: ^19.1.0
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.mahsanet.proxy_core
pluginClass: ProxyCorePlugin
ffiPlugin: true
ios:
pluginClass: ProxyCorePlugin
windows:
pluginClass: ProxyCorePluginCApi
ffiPlugin: true
macos:
ffiPlugin: true