forked from mysteriumnetwork/wireguard_dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (32 loc) · 825 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (32 loc) · 825 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
name: wireguard_dart
description: Wireguard Dart SDK
version: 0.4.5
homepage: https://github.com/mysteriumnetwork/wireguard_dart
repository: https://github.com/mysteriumnetwork/wireguard_dart
environment:
sdk: '^3.0.0'
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: network.mysterium.wireguard_dart
pluginClass: WireguardDartPlugin
ios:
pluginClass: WireguardDartPlugin
sharedDarwinSource: true
linux:
pluginClass: WireguardDartPlugin
macos:
pluginClass: WireguardDartPlugin
sharedDarwinSource: true
windows:
pluginClass: WireguardDartPluginCApi