flutter_v2ray_client 1.1.0 copy "flutter_v2ray_client: ^1.1.0" to clipboard
flutter_v2ray_client: ^1.1.0 copied to clipboard

Flutter client plugin for Xray/V2Ray on Android (VPN mode & proxy-only) with modernized API and docs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_v2ray_client

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_v2ray_client: ^1.1.0

Alternatively, 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_v2ray_client/flutter_v2ray.dart';
import 'package:flutter_v2ray_client/flutter_v2ray_method_channel.dart';
import 'package:flutter_v2ray_client/flutter_v2ray_platform_interface.dart';
import 'package:flutter_v2ray_client/model/v2ray_status.dart';
import 'package:flutter_v2ray_client/url/shadowsocks.dart';
import 'package:flutter_v2ray_client/url/socks.dart';
import 'package:flutter_v2ray_client/url/trojan.dart';
import 'package:flutter_v2ray_client/url/url.dart';
import 'package:flutter_v2ray_client/url/vless.dart';
import 'package:flutter_v2ray_client/url/vmess.dart';
6
likes
160
points
210
downloads

Publisher

verified publisheramirzr.dev

Weekly Downloads

Flutter client plugin for Xray/V2Ray on Android (VPN mode & proxy-only) with modernized API and docs.

Repository (GitHub)
View/report issues
Contributing

Topics

#vpn #v2ray #xray #proxy

Documentation

API reference

Funding

Consider supporting this project:

nowpayments.io

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_v2ray_client

Packages that implement flutter_v2ray_client