hcaptcha_solver 0.0.15 copy "hcaptcha_solver: ^0.0.15" to clipboard
hcaptcha_solver: ^0.0.15 copied to clipboard

Dart port of [go-captcha](https://github.com/JustTalDevelops/go-hcaptcha).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hcaptcha_solver

With Flutter:

 $ flutter pub add hcaptcha_solver

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

dependencies:
  hcaptcha_solver: ^0.0.15

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:hcaptcha_solver/hcaptcha_solver.dart';
1
likes
130
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Dart port of [go-captcha](https://github.com/JustTalDevelops/go-hcaptcha).

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bezier, dart_jsonwebtoken, http, json_annotation, json_serializable, logger, puppeteer, vector_math

More

Packages that depend on hcaptcha_solver