SlimeKT
SlimeKT copied to clipboard
An article sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX...
Bumps [turbine](https://github.com/cashapp/turbine) from 0.8.0 to 0.9.0. Release notes Sourced from turbine's releases. 0.9.0 FlowTurbine is now called ReceiveTurbine. This is the consume-only type with which you assert on events it...
By clicking on the register with a username having space at the end I'm getting this message in Snackbar. I think the text is not trimmed on validation. I'm passing...
So that users can unsubscribe if they wish.
Using 'WindowSizeClass'
- I would suggest avoid using the name of project on classes. - Singleton `CoroutineScope` is a wrong pattern because every async operation needs to have a scope to define...