SachinKasaraddi / Flags-iso-Android

Library for easily getting country flag icons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flags-iso-Android

Library for easily getting contry flag icons.

Get started

You can easily add this library to your project following next steps:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.IDmikael:Flags-iso-Android:0.1.3'
	}

About

Library for easily getting country flag icons.


Languages

Language:Java 58.4%Language:Kotlin 41.6%