openvpn_sf_flutter 1.2.3 openvpn_sf_flutter: ^1.2.3 copied to clipboard
A plugin that allow you to connect OpenVPN service with Flutter
1.2.1 #
- Update openvpnlib
1.2.0+1 #
- Update docs
1.2.0 #
- Fix iOS issues (byteIn and byteOut not updated) #6
- Add lastStatus and lastStage listener while initialize
- Add packetsIn, packetsOut and connectedOn status
- Update licenses to GPL3 (Before it was MIT)
1.1.3 #
- Add permission request for android
requestPermissionAndroid()
#5 - Continue the connection after user grant vpn connection #8
1.1.2 #
- Fix exported errors on SDK 31
- PendingIntent errors fixes
1.1.1+1 #
- Update readme, more detail about iOS setup
1.1.1 #
- Fix iOS by Adding PacketTunnelProvider
- More detail at instructions
- Fix VPNStatus not updated after disconnected
1.1.0 #
- Add 'raw' on onVpnStageChanged
- Add details on doc
- Fix duration still going on failed to connect
1.0.1+2 #
- Solving scores
1.0.1+1 #
- iOS Support
- Android Support