Bruno Wieczorek
Bruno Wieczorek
I would add information to the documentation that for backend applications the `code_verifier` should be stored in a session (or a cookie?). I only found this out after looking at...
Added backend example https://github.com/lichess-org/api/pull/120
This library is Android only 😕 To make it work with desktop apps, the library would have to be migrated from Android only `DataStore` to KMM library for storing data,...
It would be possible to create a very similar library with Compose Multiplatform support - I've created a proposal: https://github.com/russhwolf/multiplatform-settings/issues/196
@hakanai I've just released library that you are looking for: https://github.com/burnoo/compose-remember-setting
I've opened a PR (https://github.com/icerockdev/moko-geo/pull/50) I've also published the update to [my public maven repository](https://github.com/burnoo/maven), so anyone can use it while waiting for the official release. #### Installation Add maven...
At this point, only standalone video URLs are supported. Playing playlists could be added as an enhancement. PRs are welcomed ;)
To play Youtube video in Casty (or Google Cast v3), you will need a direct video URL - so you have to use another YouTube API -> [Data API](https://developers.google.com/youtube/v3/)
Unfortunately not, but I think It could be added - feel free to open PR
@shriharsha-srb I've published snapshot of 1.2.0 to [my public maven repository](https://github.com/burnoo/maven). Feel free to use it while waiting for official release ☺️ #### Setup Add maven In `settings.gradle.kts` (read more...