tor_detector_web 1.1.0 copy "tor_detector_web: ^1.1.0" to clipboard
tor_detector_web: ^1.1.0 copied to clipboard

Platformweb

Identify TOR users and make you application ready for anonymous users.

example/tor_detector_web_example.dart

import 'dart:html';

import 'package:tor_detector_web/tor_detector_web.dart';

Future<void> main() async {
  final isTor = await TorBrowserDetector.isTorBrowser;
  window.console.log(isTor);
}
0
likes
110
pub points
89%
popularity

Publisher

verified publisherwith-the-braid.cf

Identify TOR users and make you application ready for anonymous users.

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

EUPL-1.2 (LICENSE)

Dependencies

js

More

Packages that depend on tor_detector_web