flutter_vless_android 1.1.5
flutter_vless_android: ^1.1.5 copied to clipboard
Android implementation of the flutter_vless plugin.
1.1.5 #
- Updated the Android runtime dependency to
dev.tfox.fluttervless:xray-android:26.7.11. - Rebuilt Android
libxray.sobinaries forarmeabi-v7a,arm64-v8a,x86, andx86_64against Xray-corev26.7.11. - Fixed Android VPN app routing: all configured blocked apps are now applied to
VpnService.Builderas disallowed applications and bypass the Xray VPN tunnel.
1.1.4 #
- Updated the Android runtime dependency to
dev.tfox.fluttervless:xray-android:26.6.27.1. - Rebuilt Android
libxray.sobinaries forarmeabi-v7a,arm64-v8a,x86, andx86_64against Xray-corev26.6.27.
1.1.3 #
- Updated the Android runtime dependency to
dev.tfox.fluttervless:xray-android:26.6.22. - Rebuilt Android
libxray.sobinaries forarmeabi-v7a,arm64-v8a,x86, andx86_64against Xray-corev26.6.22.
1.1.2 #
- Clarified that Android device and emulator runtime binaries are delivered through the main Maven
xray-androidAAR. - Kept the Android runtime dependency on
dev.tfox.fluttervless:xray-android:26.6.1.1.
1.1.1 #
- Updated the Android device runtime
libxray.sobinaries to Xray-corev26.6.1. - Kept Android 15+ 16KB page-size linker alignment for the rebuilt ARM binaries.
- Moved Android runtime binaries and geodata into the Maven
dev.tfox.fluttervless:xray-android:26.6.1.1AAR dependency. - Included device and emulator ABIs (
armeabi-v7a,arm64-v8a,x86,x86_64) in the main Maven runtime AAR. - Removed raw device
jniLibsand geodata files from the Pub.dev wrapper package; the wrapper now resolves the runtime from Maven Central.
1.1.0 #
- Replaced Android Dart boilerplate with the shared
VlessMethodChannelAdapter. - Removed template
getPlatformVersionscaffold files. - Moved
flutter_lintstodev_dependencies. - Removed publish-time dependency overrides from
pubspec.yaml.
1.0.2 #
- XRay version up
1.0.1 #
- XRay version up
1.0.0 #
- Initial release of the Android implementation for
flutter_vless. - Supports VLESS/VMESS protocols using Xray core.
- Implements
VlessPlatforminterface.