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

Permissions and ImagePicker Migration #121

Closed CalebKL closed 1 month ago

CalebKL commented 1 month ago

This PR does two things which are related:

  1. Migrates Permissions from Android to KMP using Moko Permissions. I found this solution to be straightforward to implement. We were currently only using WRITE_EXTERNAL_STORAGE and Moko supports it.
  2. Picking Image from Gallery and selecting the image as the background Image. The implementation works well from the Android and Ios Platforms
Fbada006 commented 1 month ago

Once this PR is merged @emmanuelmuturia , fix this

emmanuelmuturia commented 1 month ago

Once this PR is merged @emmanuelmuturia , fix this

No worries...

CalebKL commented 1 month ago

@Fbada006 all changes have been updated on 8b904d3. Confirm then we can merge