8000 GitHub - dban0001/wireguard_dart: Wireguard Dart SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dban0001/wireguard_dart

 
 

Repository files navigation

wireguard_dart

A flutter plugin to setup and control VPN connection via Wireguard tunnel.

It includes Wireguard implementation for the corresponding OS (WireGuardKit for darwin, com.wireguard.android:tunnel for android, etc.) and does not require any additional dependencies.

Android iOS Linux macOS Windows
Support 21+ 15.0+ TBD 12+ 10+

Usage

To use this plugin, add wireguard_dart as a dependency in your pubspec.yaml file.

Development

  • Create a PR with proposed changes:
    • Add [major] to the title if it has breaking changes
    • Add [minor] if it has new features
    • Otherwise, it's a patch release, don't add anything
  • After status checks are passed and PR is approved, merge it
  • Changes are automatically released as a new semantic version based on tags in the title Changelog should be provided and committed manually

About

Wireguard Dart SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.5%
  • CMake 15.7%
  • Dart 14.2%
  • Swift 13.2%
  • C 11.2%
  • Kotlin 7.7%
  • Other 2.5%
0