Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Implement preferences setup using data store #6

Closed Fbada006 closed 4 months ago

Fbada006 commented 4 months ago

We need to keep track of the user selection in the library. For that, we can persist the data using data store. We need to create a generic implementation of how we can store these values.

Test that this is working by correctly remembering and setting the values added to the control bar by #2