Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Stable API for v3

Latest

Choose a tag to compare

@esafirm esafirm released this 11 Nov 00:43
· 6 commits to main since this release

Highlight

  • New API to run the image picker and get the result
val launcher = registerImagePicker { result: List<Image> ->
  result.forEach { image ->
    println(image)
  }
}    
  • Multiple bugfixes πŸ›
  • Android Q support πŸ€–
  • Updates on the tooling (AGP, KGP) πŸ““
  • More translations 🎏

Thanks to all the contributors that can make this happen!

What's Changed

New Contributors

Full Changelog: 2.4.2...3.0.0

Morty Proxy This is a proxified and sanitized view of the page, visit original site.