cloudflare_bypass 0.0.1
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.
Changelog #
0.0.1 #
- Initial release.
- Added
BypassHttpClientwith configurableClientConfig. - Added CloudFlare detection utilities and typed exceptions.
- Added WebView-based challenge solver and request interception tools.
- Added cookie management with persistent storage and WebView sync.
- Added Dio interceptors for headers, rate limiting, and CloudFlare handling.