Files
UUVPN/README.md
T
Zeus fa787018df 处理兼容性问题
处理兼容性问题
2023-12-05 09:48:08 +08:00

1.2 KiB
Raw Blame History

UUVPN

基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。

UUVPN

A flutter application for V2Board and 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:
  • macOS 13.3.1 +

  • Xcode 14 +

  • iOS 15.0 +

Installation

flutter pub get

Develop

flutter run

Build

build android apk

flutter build apk

build ios

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: