Fix (#15) event handler for android (Flutter 1.6+).
Fix state error if disconnect while connecting. Add iOS state handler.
Add getVpnState
for iOS.
Add getVpnState
and getCharonState
for Android.
Breaking Change
Old FlutterVpnState
has been renamed to CharonVpnState
. This method is for Android only.
New FlutterVpnState
is designed for both Android and iOS platform.
We have added the libraries for arm64-v8a
.
Please follow README
to configure abiFilter for NDK.
Breaking Change
Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
Follow Official documents to migrate.
Add iOS support without status broadcast.
Add onStateChanged
to receive state changes from charon.
(Deprecated) Implemented simplest IkeV2-eap VPN service. Automatically download native libs before building.