psiphon_mobileproxy 0.0.1
psiphon_mobileproxy: ^0.0.1 copied to clipboard
Flutter plugin that runs a Psiphon tunnel on-device behind a local HTTP proxy, so an app can route chosen traffic through Psiphon on Android and iOS without any VPN permission.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add psiphon_mobileproxyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
psiphon_mobileproxy: ^0.0.1Alternatively, 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:psiphon_mobileproxy/psiphon_mobileproxy.dart';