Mahdi

Results 9 comments of Mahdi

@Fuzelmomin Did you solved it ?

Im using socket_io_client: ^2.0.0-beta.2 (flutter) socket.io : 3.1.2 (server) But when I try to connect to the socket in flutter , nothing happens at all, it does not connect and...

> @mahdinazmi try adding this to your ndroidManifest.xml file. Excuse me, what should I add?

did you solve this problem ?

@EcenurOzal Were you able to solve it?

@DJafari Just use it like this : Future goToScanPage() async { await unfocus(); Future.delayed(const Duration(milliseconds: 500), () { Navigator.push( context, MaterialPageRoute( builder: (context) { return Scan(); } ) ); }...

> > > > Is this issue still persists on Flutter 2.0? > > Mine is solved. Thank you How did you solve this problem?

Great request. please consider.

> @simolus3 Thanks! I'll try to implement background worker in example I have same problem. If you can implement it, let me know, thanks.