From 2139f5ba6f58fe08ec77c411e21a2e5cc06f2cfa Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Fri, 14 Jul 2023 11:27:50 -0500 Subject: [PATCH 1/3] flutter pub add flutter_socks_proxy --- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a1569c04d..28518fb0a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -722,6 +722,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.0" + flutter_socks_proxy: + dependency: "direct main" + description: + name: flutter_socks_proxy + sha256: be3a9fb6d32ec983e944c5735406262e941d154d52ec3ca4ee1e54a72126ec8f + url: "https://pub.dev" + source: hosted + version: "0.0.2" flutter_svg: dependency: "direct main" description: @@ -1611,14 +1619,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.1" - toast: - dependency: "direct main" - description: - name: toast - sha256: bedb96d37030acf9c4c06a7ac2ffd1f1f365e780cda9458c9e24e6a1e1ab6fd9 - url: "https://pub.dev" - source: hosted - version: "0.1.5" tor: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 2d0b502f3..6bb379512 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -141,6 +141,7 @@ dependencies: desktop_drop: ^0.4.1 nanodart: ^2.0.0 basic_utils: ^5.5.4 + flutter_socks_proxy: ^0.0.2 dev_dependencies: flutter_test: From 73888057d79574e68f4f3bb45b1181b71dec0171 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Fri, 14 Jul 2023 12:13:21 -0500 Subject: [PATCH 2/3] WIP flutter_socks_proxy example, need to authenticate --- crypto_plugins/tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_plugins/tor b/crypto_plugins/tor index fcb283ec6..a43128b13 160000 --- a/crypto_plugins/tor +++ b/crypto_plugins/tor @@ -1 +1 @@ -Subproject commit fcb283ec619a480093a15c51ec9f719e1f35f9fb +Subproject commit a43128b131933ad75267dd31061ed6c6690864ef From a6bbc913eb3d1d0244a10b21261c67fcded29bb2 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Fri, 14 Jul 2023 11:27:50 -0500 Subject: [PATCH 3/3] Revert "flutter pub add flutter_socks_proxy" This reverts commit 2139f5ba6f58fe08ec77c411e21a2e5cc06f2cfa. --- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 28518fb0a..a1569c04d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -722,14 +722,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.0" - flutter_socks_proxy: - dependency: "direct main" - description: - name: flutter_socks_proxy - sha256: be3a9fb6d32ec983e944c5735406262e941d154d52ec3ca4ee1e54a72126ec8f - url: "https://pub.dev" - source: hosted - version: "0.0.2" flutter_svg: dependency: "direct main" description: @@ -1619,6 +1611,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.1" + toast: + dependency: "direct main" + description: + name: toast + sha256: bedb96d37030acf9c4c06a7ac2ffd1f1f365e780cda9458c9e24e6a1e1ab6fd9 + url: "https://pub.dev" + source: hosted + version: "0.1.5" tor: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6bb379512..2d0b502f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -141,7 +141,6 @@ dependencies: desktop_drop: ^0.4.1 nanodart: ^2.0.0 basic_utils: ^5.5.4 - flutter_socks_proxy: ^0.0.2 dev_dependencies: flutter_test: