add Flutter Network DevTools documentation (testing Tor connections)

This commit is contained in:
sneurlax 2024-04-17 13:43:34 -05:00
parent 39a9dc83db
commit 1328a5eb65

View file

@ -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.