flagkit-android icon indicating copy to clipboard operation
flagkit-android copied to clipboard

Beautiful flag icons for usage in apps

Results 4 flagkit-android issues
Sort by recently updated
recently updated
newest added

Flag images are in png format, their size can be significantly reduced by converting to webp.

Hey, I add some flags and emogi flag support ```kotlin binding.tvTitle .text = FlagKit.countryCodeToEmojiFlag("es") ```

region code: ic county code: es name: Canary Islands flag in https://flagicons.lipis.dev/

It will be good if you add in the read.me the proguard line in order to work for releases with minify enabled ;) -keep class com.murgupluoglu.flagkit.* { *; }