outline_mobileproxy 0.0.2
outline_mobileproxy: ^0.0.2 copied to clipboard
Flutter plugin for the Outline SDK's Mobileproxy library: run a local HTTP proxy on Android/iOS backed by Shadowsocks, SOCKS5, or an auto-selecting Smart Dialer, with no VPN permissions required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add outline_mobileproxyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
outline_mobileproxy: ^0.0.2Alternatively, 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:outline_mobileproxy/outline_mobileproxy.dart';