acolombo11 / plukke

🧩 Android library to pick an image from gallery or camera. Super easy. Inline result. No need for FileProvider, custom UI or localizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plukke

Android library to pick an image from gallery or camera.

Super easy. Inline result.

No need for FileProvider. No need to manage user permissions. No need for custom UIs or localizations.

Download   Release

Add the dependency in your app build.gradle with the current version number:

implementation 'eu.acolombo:plukke:0.8'

Add JitPack in your root build.gradle:

allprojects {
    repositories {
        ..
        maven { url 'https://jitpack.io' }
    }
}

About

🧩 Android library to pick an image from gallery or camera. Super easy. Inline result. No need for FileProvider, custom UI or localizations.

License:MIT License


Languages

Language:Kotlin 100.0%