Files
MrbWebLibre/packages/tor
2025-12-22 21:44:37 +01:00
..
2025-09-15 06:54:59 +02:00
2025-12-22 21:44:37 +01:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-11-27 08:20:43 +01:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-11-27 08:20:25 +01:00
2025-09-15 06:54:59 +02:00
2025-11-16 07:08:52 +01:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-09-15 06:54:59 +02:00
2025-11-27 08:20:43 +01:00
2025-09-15 06:54:59 +02:00

tor

foundation-Devices/tor is a multi-platform Flutter plugin for managing a Tor proxy. Based on arti.

Getting started

Install rust

Use rustup, not homebrew.

Install cargo ndk

cargo install cargo-ndk

Cargokit

Cargokit handles building, just flutter run it or run it in Android Studio or VS Code (untested).

To update Cargokit in the future, use:

git subtree pull --prefix cargokit https://github.com/irondash/cargokit.git main --squash

Development

To (re)generate Dart bindings run just generate

Example app

flutter run in example to run the example app

See example/lib/main.dart for usage.