flutter_singbox_vpn 1.1.1
flutter_singbox_vpn: ^1.1.1 copied to clipboard
A Flutter plugin for Sing-Box VPN by TecClub. Provides complete VPN functionality with traffic stats, logging, and per-app tunneling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_singbox_vpnWith Flutter:
$ flutter pub add flutter_singbox_vpnThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_singbox_vpn: ^1.1.1Alternatively, your editor might support dart pub get or 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_singbox_vpn/flutter_singbox.dart';
import 'package:flutter_singbox_vpn/flutter_singbox_method_channel.dart';
import 'package:flutter_singbox_vpn/flutter_singbox_platform_interface.dart';