You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use original notification from StrongSwan frontend.
Automatically retry when a error occured.
BreakingChange
In order to compatible with original VpnStateService, CharonVpnState has been changed to CharonErrorState that shows detail kind of error when a generic error is received.
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.
Migrate to AndroidX
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.