Skip to content

Gideonjon/Flutterwave_Integration_Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutterwave_Integration_Kotlin

Java Kotlin

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.

📋 Table of Contents

✨ Features

  • 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

📦 Installation

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

🚀 Quick Start

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()

📖 Usage

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.

🔗 Links

🛠️ Tech Stack

Technology Purpose
Java Primary language
Kotlin Alternative language
Gradle Build tool

📁 Project Structure

📁 .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

🤝 Contributing

To contribute to this repository, follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages