cloudflare_bypass 0.0.1 copy "cloudflare_bypass: ^0.0.1" to clipboard
cloudflare_bypass: ^0.0.1 copied to clipboard

A Flutter package for bypassing CloudFlare protection using Dio HTTP client and WebView. Includes cookie management, interceptor chain, and automatic captcha resolution.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloudflare_bypass

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

dependencies:
  cloudflare_bypass: ^0.0.1

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_bypass/cloudflare_bypass.dart';
1
likes
150
points
43
downloads

Documentation

API reference

Publisher

verified publisherlkrjangid.tech

Weekly Downloads

A Flutter package for bypassing CloudFlare protection using Dio HTTP client and WebView. Includes cookie management, interceptor chain, and automatic captcha resolution.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cookie_jar, dio, dio_cookie_manager, flutter, html, path_provider, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on cloudflare_bypass