openvpn_flutter 1.3.1 openvpn_flutter: ^1.3.1 copied to clipboard
A plugin that allow you to connect OpenVPN service with Flutter
1.3.1 #
- Upgrade library gradles
- Update native for Permission channel name ($APPNAME VPN Background & $APPNAME VPN Stats)
- Clearify notifications on readme.md
1.3.0 #
- Adept for SDK 34
- Solving #105, #29, #99
- Update examples to support flutter latest flutter (3.22.2 tested)
1.2.2 #
- Update openvpnlib
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