/Flutterwave_Integration_Kotlin

Saw a Java version of the flutterwave sdk, went ahead to integrate i.e changing the java version to a kotlin version to ease stress for my kotlin developers.

Primary LanguageKotlin

Flutterwave_Integration_Kotlin


 

This Application has been designed with Java

Those Lookinf For the Kotlin Version this is it

dependencies implementation 'com.github.Flutterwave:rave-android:1.0.49.1'

add that in your build.gradle

Then in your settings.gradle add this


maven { url 'https://jitpack.io' } mavenCentral()
jcenter()


The End Result Will Be Like