add new readme.md
add new readme.md
This commit is contained in:
@@ -1,76 +1,29 @@
|
|||||||
# UUVPN
|
# UUVPN
|
||||||
基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。
|
基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。~~[停止维护]~~
|
||||||
|
|
||||||
|
[ReadME.Old](https://github.com/v2board/v2board)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# UUVPN
|
| Feature/Aspect | [ClashMetaForAndroid](https://github.com/MetaCubeX/ClashMetaForAndroid) | [sing-box](https://github.com/SagerNet/sing-box) | [hiddify-next](https://github.com/hiddify/hiddify-next?tab=readme-ov-file) |
|
||||||
|
|---------------------------------|------------------------------------------------------|------------------------------|-----------------------------------------|
|
||||||
|
| **Platform** | Android | Android, iOS, Windows, macOS and Linux | Android, Windows, macOS and Linux platforms |
|
||||||
|
| **Interface** | Graphical User Interface | Command Line Interface | Graphical User Interface |
|
||||||
|
| **Protocol Support** | Clash.Meta protocols | 🟡 Wide range of protocols: Vless, Vmess, Reality, TUIC, Hysteria, Wireguard, SSH etc. | Multiple protocols |
|
||||||
|
| **Automation** | Yes, via intents | Limited | Limited |
|
||||||
|
| **Security** | Moderate | High | High |
|
||||||
|
| **Performance** | Moderate | High | Moderate |
|
||||||
|
| **Ease of Setup** | Moderate, requires OpenJDK, Android SDK, CMake, Golang| Complex | Easy |
|
||||||
|
| **Community & Support** | Active community, regular updates | Active community, limited documentation | Active community, regular updates |
|
||||||
|
| **Customization** | Limited | High | Moderate |
|
||||||
|
| **Main Use Case** | Android users needing a GUI-based proxy solution | Users needing a high-performance proxy platform | Users prioritizing privacy and ease of use |
|
||||||
|
|
||||||
|
|
||||||
A flutter application for [V2Board](https://github.com/v2board/v2board) ~~and [SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)~~
|
|
||||||
|
|
||||||
support iOS application and Android now.
|
<div align=center>
|
||||||
|
|
||||||
|
<img width=30% alt="English Demo" src="https://github.com/nicolastinkl/UUVPN/raw/main/screenshots/singbox.png">
|
||||||
|
<img width=30% alt="English Demo" src="https://github.com/nicolastinkl/UUVPN/raw/main/screenshots/hiddify-next.png">
|
||||||
|
<img width=30% alt="English Demo" src="https://github.com/nicolastinkl/UUVPN/raw/main/screenshots/metaandroid.png">
|
||||||
|
|
||||||
**IF THIS PROJECT HELPS YOU, PLEASE GIVE ME A LITTLE STAR⭐️.**
|
</div>
|
||||||
|
|
||||||
## Screenshots
|
|
||||||

|
|
||||||
|
|
||||||
## App Store
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## Environment
|
|
||||||
|
|
||||||
- Flutter Flutter 3.10.1 • channel stable • https://github.com/flutter/flutter.git
|
|
||||||
Framework • revision d3d8effc68 (6 weeks ago) • 2023-05-16 17:59:05 -0700
|
|
||||||
Engine • revision b4fb11214d
|
|
||||||
Tools • Dart 3.0.1 • DevTools 2.23.1
|
|
||||||
- Download this version url: https://drive.google.com/file/d/1ksM4_PK9Ibk7ycyrfF7XffM_99_4JYV3/view?usp=sharing
|
|
||||||
- leaf sdk downlaod url: https://github.com/eycorsican/leaf/releases/tag/v0.10.7
|
|
||||||
|
|
||||||
- macOS 13.3.1 +
|
|
||||||
- Xcode 14 +
|
|
||||||
- iOS 15.0 +
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```shell
|
|
||||||
flutter pub get
|
|
||||||
```
|
|
||||||
|
|
||||||
## Develop
|
|
||||||
```shell
|
|
||||||
flutter run
|
|
||||||
```
|
|
||||||
|
|
||||||
## Build
|
|
||||||
build android apk
|
|
||||||
```shell
|
|
||||||
flutter build apk
|
|
||||||
```
|
|
||||||
|
|
||||||
build ios
|
|
||||||
```shell
|
|
||||||
flutter build ios
|
|
||||||
```
|
|
||||||
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
# How to use it?
|
|
||||||
|
|
||||||
|
|
||||||
- 1: Change Domain File Path : ~UUVPN/flutter/lib/constant/app_urls.dart
|
|
||||||
```
|
|
||||||
static const String baseUrl = "https://xxxx.com";
|
|
||||||
```
|
|
||||||
|
|
||||||
- 2: Xcode Settings:
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
- 3: running screenshot:
|
|
||||||

|
|
||||||
@@ -0,0 +1,76 @@
|
|||||||
|
# UUVPN
|
||||||
|
基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# UUVPN
|
||||||
|
|
||||||
|
|
||||||
|
A flutter application for [V2Board](https://github.com/v2board/v2board) ~~and [SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)~~
|
||||||
|
|
||||||
|
support iOS application and Android now.
|
||||||
|
|
||||||
|
|
||||||
|
**IF THIS PROJECT HELPS YOU, PLEASE GIVE ME A LITTLE STAR⭐️.**
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|

|
||||||
|
|
||||||
|
## App Store
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
|
||||||
|
- Flutter Flutter 3.10.1 • channel stable • https://github.com/flutter/flutter.git
|
||||||
|
Framework • revision d3d8effc68 (6 weeks ago) • 2023-05-16 17:59:05 -0700
|
||||||
|
Engine • revision b4fb11214d
|
||||||
|
Tools • Dart 3.0.1 • DevTools 2.23.1
|
||||||
|
- Download this version url: https://drive.google.com/file/d/1ksM4_PK9Ibk7ycyrfF7XffM_99_4JYV3/view?usp=sharing
|
||||||
|
- leaf sdk downlaod url: https://github.com/eycorsican/leaf/releases/tag/v0.10.7
|
||||||
|
|
||||||
|
- macOS 13.3.1 +
|
||||||
|
- Xcode 14 +
|
||||||
|
- iOS 15.0 +
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```shell
|
||||||
|
flutter pub get
|
||||||
|
```
|
||||||
|
|
||||||
|
## Develop
|
||||||
|
```shell
|
||||||
|
flutter run
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
build android apk
|
||||||
|
```shell
|
||||||
|
flutter build apk
|
||||||
|
```
|
||||||
|
|
||||||
|
build ios
|
||||||
|
```shell
|
||||||
|
flutter build ios
|
||||||
|
```
|
||||||
|
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
# How to use it?
|
||||||
|
|
||||||
|
|
||||||
|
- 1: Change Domain File Path : ~UUVPN/flutter/lib/constant/app_urls.dart
|
||||||
|
```
|
||||||
|
static const String baseUrl = "https://xxxx.com";
|
||||||
|
```
|
||||||
|
|
||||||
|
- 2: Xcode Settings:
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
- 3: running screenshot:
|
||||||
|

|
||||||
Vendored
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 3.5 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 314 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
Reference in New Issue
Block a user