How to import Flower Android SDK to my project?

To import Flower Android SDK to your project, add the following code snippet into your build.gradle file:

implementation(“dev.flower:flwr-android:0.0.2”)

After that, if you are using Android Studio, you can sync your project with gradle files and you can use Flower Android SDK in your project.

1 Like