flutter_vless_android 1.1.1
flutter_vless_android: ^1.1.1 copied to clipboard
Android implementation of the flutter_vless plugin.
flutter_vless_android #
The Android implementation of the flutter_vless plugin.
Runtime #
Android runtime binaries and geodata are delivered through the Maven Central AAR dependency dev.tfox.fluttervless:xray-android:26.6.1.1. This keeps the Pub.dev package lightweight while preserving the same packaged Xray files in the final Android app.
Do not add raw android/src/main/jniLibs or geodata files back to this package. Rebuild runtime files in android_runtime/xray_android/src/main, publish the Maven AAR, then publish this wrapper package.
Emulator Support #
The current Maven runtime AAR includes armeabi-v7a, arm64-v8a, x86, and x86_64. New apps do not need the separate flutter_vless_android_emulator package.
The flutter_vless_android_emulator package is kept only as a compatibility package for older release trains that did not include emulator ABIs in the main AAR.