Alp Sahin

Results 11 comments of Alp Sahin

> Maybe requesting the location a second time is valid workaround for this. The first, the `Future` of `getLocation()` does not return, but the second time it does. > >...

@LostInDarkMath Tested on both. Android works fine without any workaround but iOS has the issue.

It was happening to my colleague while he was using Ventura beta. Then stable version of Ventura has been released. I upgraded to it. Now it happens to me as...

I also need to edit shortcut keys. And not for only alt+tab. I want to keep using my own shortcuts like alt+s for save etc. Right now, Fildem captures all...

The problem for me is that it is capturing Alt + letters already. I wrote my suggestion on this issue because it was requesting to modifying shortcut keys as well....

I'm experiencing a similar issue on Android. These are the steps I follow: - Ask for phone permission - Select deny on dialog - Ask again for phone permission -...

Hey folks, I added Flutter hot reload support on my fork. There's a debugger button and a keyboard shortcut. Posted the details here: https://github.com/zed-industries/zed/pull/31336#issuecomment-2952865775 Coded it with Claude, didn't clean...

@aikins01 Do you have any tips regarding to configuring flutter path? I use fvm and debugger gives this error: `error: 'flutter' not found in PATH. Install Flutter SDK and add...

I added Flutter hot reload support to Zed. There's a button on the debugger and a keyboard shortcut. I vibe-coded it with Claude Code. Didn't check if it matches the...