Kingkor Roy Tirtho

Results 7 issues of Kingkor Roy Tirtho

Is there a way you can make the app a universal app (aka add support for m1) instead of only an intel app? _Originally posted by @highjeans in https://github.com/KRTirtho/spotube/issues/9#issuecomment-1027525326_

enhancement

`FlutterSecureStorage.read` returns null for the first time unlocking the secret-service after system boots. - If the keyring is already unlocked beforehand, it works fine. - If I manually lock the...

This PR adds: - RPM packaging support - AppImage packaging support (untested) - Deb packaging support (through flutter_distributor, not Makefile) - Fixes wrong `semver` versioning convention (use `+` to indicate...

Closes #1425 #929 #526 #514 (not sure) #715

The flutter_hooks version currently support parallel queries thanks to hooks (not dynamic) but the vanilla flutter edition doesn't yet support it. Something like `MultiQuery` inspired by `MultiProvider` from the `provider`...

enhancement

After upgrading to **Flutter 3.22.1**, Window manager is causing the entire UI to be glitched out (distorted) initially after launch. This is how it looks ![image](https://github.com/leanflutter/window_manager/assets/61944859/1fefa699-6dc4-46ea-bfa9-2ef12c1c1383) If I turn off/comment...