flutter_vpn 0.0.1 copy "flutter_vpn: ^0.0.1" to clipboard
flutter_vpn: ^0.0.1 copied to clipboard

outdated

Flutter plugin for VPN service

Flutter VPN plugin #

This plugin help developers to provide VPN service in their flutter app.
本插件帮助开发者在自己的应用内提供 VPN 服务。

The Android part was implemented by strongswan which support ikev2 protocol.
The iOS part not implemented yet.

Warning #

This plugin is still under initial development. DO NOT use in production.

Installation #

For Android #

Add the service in the application part your AndroidManifest.xml.

<application
        ...
    <activity
        ...
    </activity>
    <service android:name="org.strongswan.android.logic.CharonVpnService"
        android:permission="android.permission.BIND_VPN_SERVICE"/>
</application>

Add native libs inside your android/app/src/main/libs .
The native libs can be build from strongswan. You can also download the prebuild native libs here.

98
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Flutter plugin for VPN service

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_vpn