flutter_vless 1.1.0
flutter_vless: ^1.1.0 copied to clipboard
Xray/V2Ray Flutter plugin for VLESS, VMESS, Trojan, Shadowsocks, SOCKS, proxy-only, and VPN tunnel flows on Android, iOS, macOS, and Windows.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate flutter_vlessUse it
The package has the following executables:
$ setup_macos_vpn
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_vlessThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_vless: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_vless/flutter_vless.dart';