cloudflare_interceptor 0.0.3 copy "cloudflare_interceptor: ^0.0.3" to clipboard
cloudflare_interceptor: ^0.0.3 copied to clipboard

A flutter package to handle cloudflare challenges using webview and dio

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloudflare_interceptor

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

dependencies:
  cloudflare_interceptor: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloudflare_interceptor/cloudflare_interceptor.dart';
1
likes
140
points
83
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter package to handle cloudflare challenges using webview and dio

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cookie_jar, dio, dio_cookie_manager, flutter, flutter_inappwebview, html

More

Packages that depend on cloudflare_interceptor