mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
add Flutter Network DevTools documentation (testing Tor connections)
This commit is contained in:
parent
39a9dc83db
commit
1328a5eb65
1 changed files with 8 additions and 0 deletions
|
@ -198,3 +198,11 @@ Run the following commands:
|
|||
flutter pub get
|
||||
flutter run -d windows
|
||||
```
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
Run with `-v` or `--verbose` to see a more detailed error. Certain exceptions (like missing a plugin library) may not report quality errors without `verbose`, especially on Windows.
|
||||
|
||||
## Tor
|
||||
|
||||
To test Tor usage, run Stack Wallet from Android Studio. Click the Flutter DevTools icon in the Run tab (next to the Hot Reload and Hot Restart buttons) and navigate to the Network tab. Connections using Tor will show as `GET InternetAddress('127.0.0.1', IPv4) 101 ws`. Connections outside of Tor will show the destination address directly.
|
||||
|
|
Loading…
Reference in a new issue