Kingkor Roy Tirtho

Results 704 comments of Kingkor Roy Tirtho

Simply re-download the app, looks like something made the setup file to corrupt. Check if Windows Defender is interferring

There were lots of changes in the Windows embeder EGL which probably lead to this kind of issues. Special focus: https://docs.flutter.dev/release/release-notes/release-notes-3.22.0#desktop

I tried your fix but the issue comes back after opening the app 2/3 times.

There's a workaround suggested by [Far Se on Flutter Discord](https://discord.com/channels/420324994703163402/570319299177218049/1266318868310392875) that allows to use Flutter v3.22.x with window_manager in Windows ```dart WidgetsBinding.instance.addPostFrameCallback((Duration timeStamp) async { if (Theme.of(context).platform != TargetPlatform.windows) return;...

hey @lijy91 if you can look into this issue when you get time? Lots of users are suffering for this. I'm also not finding any clue why this might happen.

On Spotube's case, both `window_manager`and `bitsdojo_window` are having the same issue. How well does `bitsdojo_window` work for AppFlowy?

Wow, until reading this issue I changed 5 of my keyboards and literally migrated to different OSs to avoid this issue. I started to notice that the issue isn't happening...

> The fact that I can add songs to the queue, but cannot view the queue unless I'm playing a song, irks me to no end. (Unless I'm missing a...

That's a great addition. But does it work for all tracks, tho? Less popular track is what suffers most when matching

We already use song.link for the exact task. If isrc doesn't match, that will only make extra requests to YouTube? Btw with song.link we don't even have to search. It's...