flutter_vpn_service 1.1.0 copy "flutter_vpn_service: ^1.1.0" to clipboard
flutter_vpn_service: ^1.1.0 copied to clipboard

PlatformAndroid

A Flutter plugin for interacting with Android's VPNService.

1.1.0 2024-12-2 #

  • Fixed some issues

1.0.9 - 2024-11-30 #

  • Fixed issue for prepare method

1.0.8 - 2024-11-30 #

  • Added method to disconect VPN

1.0.7 - 2024-11-30 #

  • Context issue resolved

1.0.6 - 2024-11-30 #

  • Some bugs fixed

1.0.5 - 2024-11-30 #

  • Some bugs fixed

1.0.4 - 2024-11-30 #

  • Issue Solved
    • Unresolved reference: onMethodCall
    • Type mismatch: inferred type is VpnService.Builder but com.shafique.flutter_vpn_service.FlutterVpnService.Companion.Builder? was expected
    • Constructor of inner class Builder can be called only with receiver of containing class

1.0.3 - 2024-11-30 #

  • Issue Solved
    • Constructor of inner class Builder can be called only with receiver of containing class

1.0.2 - 2024-11-30 #

  • Minimum Flutter version set to 3.3.0
  • Minimum Dart version set to 2.18.0

1.0.1 - 2024-11-30 #

  • Initial release with the following features:
    • VPN preparation.
    • Socket protection.
    • Session management.
    • Address and route management.