tor_detector_web 1.1.0
tor_detector_web: ^1.1.0 copied to clipboard
Identify TOR users and make you application ready for anonymous users.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tor_detector_webWith Flutter:
$ flutter pub add tor_detector_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tor_detector_web: ^1.1.0Alternatively, 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_detector_web/tor_detector_web.dart';