tor_hidden_service 0.0.2 copy "tor_hidden_service: ^0.0.2" to clipboard
tor_hidden_service: ^0.0.2 copied to clipboard

A Flutter plugin to host Tor Onion Hidden Services and proxy traffic through Tor.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tor_hidden_service

With Flutter:

 $ flutter pub add tor_hidden_service

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

dependencies:
  tor_hidden_service: ^0.0.2

Alternatively, 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:tor_hidden_service/tor_hidden_service.dart';
3
likes
0
points
257
downloads

Publisher

verified publishersarahsforge.dev

Weekly Downloads

A Flutter plugin to host Tor Onion Hidden Services and proxy traffic through Tor.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tor_hidden_service

Packages that implement tor_hidden_service