Skip to content

Commit

Permalink
Document usage / 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Mar 29, 2023
1 parent 0b0b26d commit 2e58b7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4

* Rename `generatePrivateKey` -> `generateKeyPair`. Fix casting.

## 0.3.1

* Fetch WireGuardKit from cocoapods trunk
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# wireguard_dart

A new Flutter plugin project.
A flutter plugin to setup and control VPN connection via [Wireguard](https://www.wireguard.com/) tunnel.

## Getting Started
| | Android | iOS | Linux | macOS | Windows |
|-------------|---------|-------|-------|-------|-------------|
| **Support** | TBD | 15.0+ | TBD | 12+ | TBD |

This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
## Usage

For help getting started with Flutter development, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
To use this plugin, add `wireguard_dart` as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/).

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wireguard_dart
description: Wireguard Dart SDK
version: 0.3.1
version: 0.4.0
homepage: https://github.com/mysteriumnetwork/wireguard_dart
repository: https://github.com/mysteriumnetwork/wireguard_dart

Expand Down

0 comments on commit 2e58b7d

Please sign in to comment.