flutter_tcp_example icon indicating copy to clipboard operation
flutter_tcp_example copied to clipboard

Flutter app demonstrating the use of TCP sockets in Flutter.

Results 2 flutter_tcp_example issues
Sort by recently updated
recently updated
newest added

how to change hostname ? i used android emulator and LAN for network

Using this example as is and starting a connection, connection fails on `tcp_bloc.dart` line 40 : `_socket = await _socketConnectionTask!.socket;`. The error is ```Unhandled exception: Bad state: Stream has already...