Aslam Anver

Results 5 comments of Aslam Anver

Hi @aalfiann , This issue is fixed in the below pull request, it will be merged to this library soon, meanwhile please use the fixed repository. In your `pubspec.yaml` ```yaml...

Hi @aalfiann , In iOS please try to downgrade the socket library and check it.

@tiholic You referred to the Socket Node server, but the bug is in Java Socket.IO client library which is used here to implement in Android. https://github.com/socketio/socket.io-client-java/releases This issue raised from...

There is no fix yet, the workaround is; ```ts const insets = useSafeAreaInsets(); ``` https://stackoverflow.com/a/77387359/5380942