- fix vless fingerprint
- update android XRay version
- Run V2Ray Proxy & VPN Mode
- Get Server Delay
- Parsing V2Ray sharing links and making changes to them
Platform | Status | Info |
---|---|---|
Android | Done ✅ | Xray v24 v1.8.1.4 |
IOS | Soon ❎ | - |
Desktop | Soon ❎ | - |
You can use the command to add flutter_v2ray as a dependency with the latest stable version:
$ flutter pub add flutter_v2ray
Or you can manually add flutter_v2ray into the dependencies section in your pubspec.yaml:
dependencies:
flutter_v2ray: ^replace-with-latest-version
import 'package:flutter_v2ray/flutter_v2ray.dart';
// v2ray share link like vmess:https://, vless:https://, ...
String link = "link_here";
V2RayURL parser = FlutterV2ray.parseFromURL(link);
// Remark of the v2ray
print(parser.remark);
// generate full v2ray configuration (json)
print(parser.getFullConfiguration());
// Change v2ray listening port
parser.inbound['port'] = 10890;
// Change v2ray listening host
parser.inbound['listen'] = '0.0.0.0';
// Change v2ray log level
parser.log['loglevel'] = 'info';
// Change v2ray dns
parser.dns = {
"servers": ["1.1.1.1"]
};
// and ...
// generate configuration with new settings
parser.getFullConfiguration()
import 'package:flutter_v2ray/flutter_v2ray.dart';
final FlutterV2ray flutterV2ray = FlutterV2ray(
onStatusChanged: (status) {
// do something
},
);
// You must initialize V2Ray before using it.
await flutterV2ray.initializeV2Ray();
// v2ray share link like vmess:https://, vless:https://, ...
String link = "link_here";
V2RayURL parser = FlutterV2ray.parseFromURL(link);
// Get Server Delay
print('${flutterV2ray.getServerDelay(config: parser.getFullConfiguration())}ms');
// Permission is not required if you using proxy only
if (await flutterV2ray.requestPermission()){
flutterV2ray.startV2Ray(
remark: parser.remark,
// The use of parser.getFullConfiguration() is not mandatory,
// and you can enter the desired V2Ray configuration in JSON format
config: parser.getFullConfiguration(),
blockedApps: null,
proxyOnly: false,
);
}
// Disconnect
flutterV2ray.stopV2Ray();
- add this line
android.bundle.enableUncompressedNativeLibs = false
- Find the buildTypes block:
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
}
}
- And replace it with the following configuration info:
splits {
abi {
enable true
reset()
//noinspection ChromeOsAbiSupport
include "x86_64", "armeabi-v7a", "arm64-v8a"
universalApk true
}
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
ndk {
//noinspection ChromeOsAbiSupport
abiFilters "x86_64", "armeabi-v7a", "arm64-v8a"
debugSymbolLevel 'FULL'
}
}
}
badvpn (tun2socks) Copyright (C) Ambroz Bizjak
All rights reserved.
If you liked this package, you can support me with one of the following links.
- BTC:
- bc1qrtq0ygmxw7meak3ukvxn03za2j7t7s4uxuujct
- Tron
- TVQQdim3pxa4XoZyRRVHQ8GsY42rEgB4ow
- USDT
- TRC20
- TVQQdim3pxa4XoZyRRVHQ8GsY42rEgB4ow
- ERC20
- 0xD5d931BB40F02Ed45172faebD805B3f0ba70Fe73
- TRC20
- DogeCoin
- DNFaHFzmUfeUB6NFgQX1sLn9q8kknTmKd8