Quyen Le Van

Results 30 comments of Quyen Le Van

@petodavid SERVICE_WORKER_PARAM `scope` should not be '/' because Flutter service worker already in '/'. You must use [Custom code setup](https://documentation.onesignal.com/docs/onesignal-service-worker-faq#custom-code-setup---service-worker-customizations) and put it in subdirectory. > change the OneSignal scope...

@eduardohr-muniz js file ``` var OneSignalFlutter = { getUserId: async function () { return new Promise((resolve) => { OneSignal.push(async function () { let userId = await OneSignal.getUserId(); resolve(userId); }); });...

It all because new JsonViewer not helpful at any point. For people who reading this issue if want Network tab helpful then I have edited get old JsonFormatted back [here](https://github.com/quyenvsp/devtools/tree/feature/old-formatted-json)...

I understand it's getting better, but it's not quite as good as the old JsonFormatted, there is also problem with select/copy ability, "expand all" is needed. My friends and I...

New devtools 2.28.2 in latest Flutter 3.16 nothing helpful with many bugs. JSON View sometime can not select text after switch Auto/Json/Text, 100% can not select long text which exceeds...

I found alternative package working perfect and more correct. https://github.com/OutdatedGuy/package_rename

I found a very simple solution. After closed Edge, it will delete extension, then you just: - open Edge again (Do not open DevTools). - Install devtools extension https://microsoftedge.microsoft.com/addons/detail/microsoft-edge-devtools-e/kfbdpdaobnofkbopebjglnaadopfikhh?hl=en-US Done.

Hi, since it already supported by Official riverpod_lint, then if you guys plan to add to this plugin please make sure have option to disable it. I do not want...

@CoderDake can you correct link where issue is being tracked, you linked and closed this issue as duplicate of itself? This issue only happen with Android Emulator and latest Flutter...

Windhawk work but it seem conflict with some applications, for me Gameloop will not start if Windhawk installed, after uninstall Windhawk working fine. Maybe because of anti-cheat? Whatever, this setting...