Skip to content

v2.0.0

Choose a tag to compare

@amir-zr amir-zr released this 14 Oct 20:53
· 25 commits to main since this release

🚀 Flutter V2Ray Client v2.0.0

We're excited to present Flutter V2Ray Client v2.0.0 — featuring enhanced security, build stability, and performance optimizations for a more reliable proxy experience.


🔒 What's New

  • App-Specific Broadcast Isolation — Implemented secure broadcast handling to prevent cross-application interference in V2Ray connections.
  • Optimized Server Delay Checks — Improved connection speed testing with parallel execution for faster server selection.
  • Build System Upgrades — Pinned NDK version to 27.0.12077973 for consistent and reproducible builds.

🛠️ Improvements & Fixes

  • Legacy JNI Support — Enabled legacy JNI library packaging to ensure compatibility with a wider range of Android devices.
  • Build Reliability — Fixed potential issues with native library loading across different Android versions.
  • Performance Enhancements — Reduced connection initialization time with optimized delay checking.

🔎 Notes

  • Migration Guide:

    • Update your app to use the latest NDK version 27.0.12077973
    • Rebuild native dependencies if using custom builds
    • Test broadcast receivers as they now use app-specific isolation
  • Testing:

    • Verify connection stability across different network conditions
    • Test app-specific broadcast handling in your implementation
    • Confirm parallel delay checking works as expected

Thanks for using Flutter V2Ray Client! We appreciate your support and feedback.
Report Issues | View Documentation