Integrate oneconnect SDK in Flutter
It will support cross-platform IOS & Android
Installation
oneconnect_flutter: ^1.0.5import 'package:oneconnect_flutter/openvpn_flutter.dart';Fetch Servers
OpenVPN openVPN = OpenVPN();var oneConnectKey = "YOUR_ONECONNECT_API_KEY";
openVPN.initializeOneConnect(context, oneConnectKey); //Put BuildContext and API keyConnecting to VPN
Looking for ready project, below is example project file
Last updated
