Skip to content

Commit

Permalink
Update docs & download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrysbita committed Dec 30, 2018
1 parent cfd98ce commit 7115059
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## 0.0.1
Provide simplest IkeV2-eap VPN service.
## 0.0.3
Add `onStateChanged` to receive state changes from charon.

## 0.0.2
(Deprecated)
Implemented simplest IkeV2-eap VPN service.
Automatically download native libs before building.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Flutter VPN plugin

This plugin help developers to provide VPN service in their flutter app.
本插件帮助开发者在自己的应用内提供 VPN 服务。
This plugin help developers to access VPN service in their flutter app.
本插件帮助开发者在自己的应用内调用 VPN 服务。

The Android part was implemented by [strongswan](https://www.strongswan.org/) which support ikev2 protocol.
The iOS part not implemented yet.

### Warning
This plugin is still under initial development. DO NOT use in production.
This plugin is still under initial development.
Issues and PRs are welcome!

## Installation

Expand Down Expand Up @@ -42,4 +43,3 @@ android {
}
```
The plugin will automatically download pre-build native libraries from [here](https://github.com/X-dea/Flutter_VPN/releases) if they haven't been downloaded.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'de.undercouch.download'

// Download pre-build native libs.
task downloadNaticeLib(type: Download) {
src 'https://github.com/X-dea/Flutter_VPN/releases/download/v0.0.1/strongswan_libs_v5.7.2.zip'
src 'https://github.com/X-dea/Flutter_VPN/releases/download/v0.0.2/strongswan_libs_v5.7.2.zip'
dest "$buildDir/native.zip"
}

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_vpn
description: Flutter plugin for VPN service
version: 0.0.1
description: Plugin for developers to access VPN service in their flutter app.
version: 0.0.3
author: Jason C.H <[email protected]>
homepage: https://github.com/X-dea/Flutter_VPN

Expand Down

0 comments on commit 7115059

Please sign in to comment.