Hayri Bakici
Hayri Bakici
This PR is a UX enhancement when scrolling through the app drawer. If the show keyboard option is set, it will minimize the keyboard once users start scrolling down the...
The `CustomiseAppsFragment` screen is empty and boring when there are no apps. According to [this source](https://magora-systems.com/empty-screens-in-app-design/), apps should have an explanation when users encounter an empty screen. Taking this into...
This PR is still a work in progress. Once this is finished, it fixes #76.
This PR fixes #1 This PR adds a new `print` target, that makes all monospaced fonts, url and links black. In order to be able to make the monospaced font...
As mentioned in #215, the `assert` statements take only place in debug mode. Which means, when this library is compiled or run in production, the asserts are [simply ignored](https://dart.dev/language/error-handling#assert). So...
This PR fixes #186 and adds logging tools to inspect the interaction with the spotify-API. In order to do this, a new class `SpotifyClient` has been added, that wraps the...