A Kotlin version of the Flutterwave SDK, easing the stress for Kotlin developers.
This repository contains a Kotlin version of the Flutterwave SDK, providing an alternative to the existing Java version. The goal is to simplify the integration process for Kotlin developers.
- The repository contains a Kotlin version of the Flutterwave SDK
- It includes a basic Android app to demonstrate the usage of the SDK
- The project uses Gradle as the build tool
To use this repository, follow these steps:
- Clone the repository using
git clone https://github.com/Gideonjon/Flutterwave_Integration_Kotlin.git - Navigate to the project directory
- Open the project in Android Studio or your preferred IDE
- Build and run the project to test the Flutterwave SDK
To get started with the Flutterwave SDK, you can use the following code example:
// Import the necessary classes
import com.example.flutter_test.MainActivity
// Create an instance of the MainActivity
val mainActivity = MainActivity()
// Use the MainActivity instance to perform actions
mainActivity.performAction()The usage of the Flutterwave SDK is demonstrated in the app/src/main/java/com/example/flutter_test/MainActivity.kt file. You can refer to this file for more information on how to use the SDK.
| Technology | Purpose |
|---|---|
| Java | Primary language |
| Kotlin | Alternative language |
| Gradle | Build tool |
📁 .idea/
📁 app/
📁 src/
📁 gradle/
📁 wrapper/
📄 .gitignore
📄 .gitignore
📄 compiler.xml
📄 gradle.xml
📄 misc.xml
📄 .gitignore
📄 build.gradle
📄 proguard-rules.pro
📄 build.gradle
📄 gradle.properties
📄 gradlew
📄 gradlew.bat
📄 README.md
📄 settings.gradle
To contribute to this repository, follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request