karamba icon indicating copy to clipboard operation
karamba copied to clipboard

[Request Feature] Separate features into modules.

Open dphans opened this issue 5 years ago • 0 comments

Kotlin extensions is huge, I think author should separate extensions by modules.

For examples:

  • core module, include generic class type helpers: 'com.github.matteocrippa:karamba-core:1.2.0'
  • image module, include bitmap, drawable, images helpers: 'com.github.matteocrippa:karamba-image:1.2.0'
  • localization module, include currency, locale, country,... helpers: 'com.github.matteocrippa:karamba-localization:1.2.0'
  • dialogs module, include alert, toast, bottomsheet helpers: 'com.github.matteocrippa:karamba-dialogs:1.2.0'

... Core android (ktx) already do that, reference modules of material-dialogs: https://github.com/afollestad/material-dialogs

dphans avatar Dec 24 '19 04:12 dphans