Setup code works with new version

This commit is contained in:
2025-12-23 17:22:50 -06:00
parent bd9ce4022f
commit 3215702893
5 changed files with 89 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ import 'package:socket_io_client/socket_io_client.dart' as IO;
String local = Platform.isAndroid ? '10.0.2.2' : 'localhost';
String fromDevice = '192.168.1.190';
String host = local;
String host = fromDevice;
int port = 3000;
String socketString = "$scheme://$host:$port";
String scheme = 'http';