flutter_vless_android 1.1.1
flutter_vless_android: ^1.1.1 copied to clipboard
Android implementation of the flutter_vless plugin.
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.