We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocksProxy.initProxy(proxy: 'SOCKS5 185.105.89.38:27022'); await HttpClient() .getUrl(Uri.parse( 'https://raw.githubusercontent.com/tayoji-io/socks_proxy/master/README.md')) .then((value) { return value.close(); }) .then((value) { return value.transform(utf8.decoder); }) .then((value) { return value.fold( '', (dynamic previous, element) => previous + element); }) .then((value) => print(value)) .catchError((e) => print(e));
library code: error:
fix:
I do not know if it is correct but it works
The text was updated successfully, but these errors were encountered:
I get the same error, but the fix does not work.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
library code:
error:
fix:
I do not know if it is correct but it works
The text was updated successfully, but these errors were encountered: