Deepak Kumar
Results
3
comments of
Deepak Kumar
not accepting \n (new line).
Hi For the time being you can use his hack. It's working for me String getFinalString(String text) { var finalString = ""; if (text.contains("\n")) { var des = text.split("\n"); des.forEach((desc)...
I am also getting same error Using Socket.io (Server) - 3.1.0 socket_client (Flutter) - ^2.0.0-beta.3