Releases: X-dea/flutter_vpn
Releases · X-dea/flutter_vpn
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.6.0
- Update to StrongSwan 5.8.1.
- Use original notification from StrongSwan frontend.
- Automatically retry when a error occured.
BreakingChange
- In order to compatible with original
VpnStateService
,CharonVpnState
has been changed toCharonErrorState
that shows detail kind of error when a generic error is received.
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Support arm64-v8a
for android
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.