Frank

Results 22 comments of Frank

Also needed this functionality. Patched it into my own fork, which I am using in `package.json` now. Excellent patch.

The current PR (comments taken into account) has some minor issues: 1. It does not support multiple arguments for socket.io listeners. This results in a failing test. 2. It imports...

@Atrue This issue is the last issue why we use a fork (after the merge of #312). I can create a separate PR with our solution or maybe @thomasdunn can...

Due to the incompatibility we've switched to https://github.com/faisalman/ua-parser-js, since we did not need template helper / fastboot support (anymore). When I opened the issue I took a look at fixing...

I observed the same. Could it be due to the following condition in [socket.io-adapter](https://github.com/socketio/socket.io-adapter/)? https://github.com/socketio/socket.io-adapter/blob/28f60b880ad04ff4b48ade0cd529f1970643604f/lib/index.ts#L335-L355

This is not only using the dart-pad example; multiple users of our production application reported the issue on Chrome 103 on ChromeOS. Please note that we have patched the issue...

> Regarding chrome 93, it seems it is not supported by flutter for deployment. See https://docs.flutter.dev/reference/supported-platforms We are aware of this. We just wanted to be complete. Note that the...

@talski Since you're the reporter of the original issue (https://github.com/flutter/flutter/issues/138827); we're wondering if you also receive reports of your application being stuck on Chrome

Hi @danagbemava-nc. Thanks for your investigation. To answer your questions: 1. We do use (forced) canvaskit. We build using `--web-renderer canvaskit`. 2. The issue can be reproduced on Chrome 110...

> I do see the same issue when I open dartpad with chrome 103 & 110 but not on newer versions of chrome. That's true. That's because a work-around has...