wireguard_flutter_pro 0.1.2
wireguard_flutter_pro: ^0.1.2 copied to clipboard
A Flutter plugin to configure and control WireGuard VPN tunnels on Android, iOS, macOS, Windows, and Linux.
Changelog #
All notable changes to this package are documented in this file.
0.1.2 #
- Rebranded package identity to
wireguard_flutter_pro. - Updated pub.dev metadata (
homepage,repository,issue_tracker,documentation, andtopics). - Added package entrypoint
wireguard_flutter_pro.dart. - Updated internal and example imports/dependencies to the new package name.
- Refined README, CONTRIBUTING guide, and licensing details for derivative-project attribution.
0.1.1 #
- Android: removed FlutterActivity cast and added ActivityResultListener binding for FlutterFragmentActivity compatibility.
- Android: added refresh and
getDataCountsmethod support to match Dart/example calls. - Darwin: replaced force-unwrap crashes with
FlutterErrorresponses and added iOS 15 runtime availability checks. - iOS example: aligned deployment target and Podfile platform to iOS 15.0, kept WGExtension and entitlements setup explicit.
0.1.0 #
- Fixed Android connection state.
0.0.9 #
- Removed unused code.
0.0.7 #
- Removed unused permission.
0.0.4 #
- Added example app.
0.0.3 #
- Initial open source release.