Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buijs-dev/klutter

Framework for Flutter + Kotlin Multiplatform
https://github.com/buijs-dev/klutter

flutter gradle-plugin klutter kotlin kotlin-multiplatform

Last synced: 3 days ago
JSON representation

Framework for Flutter + Kotlin Multiplatform

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/Buijs-Software-blue)](https://pub.dev/publishers/buijs.dev/packages)
[![Jetbrains Marketplace](https://img.shields.io/jetbrains/plugin/v/19846-klutter?label=Jetbrains%20Plugin)](https://plugins.jetbrains.com/plugin/19846-klutter)
[![CodeScene Code Health](https://codescene.io/projects/27235/status-badges/code-health)](https://codescene.io/projects/27235)
[![codecov](https://codecov.io/gh/buijs-dev/klutter/branch/main/graph/badge.svg)](https://codecov.io/gh/buijs-dev/klutter)
[![GitHub](https://img.shields.io/github/license/buijs-dev/klutter?color=black)](https://github.com/buijs-dev/klutter/blob/main/LICENSE)
buijs software logo

Klutter is a framework which interconnects Flutter and Kotlin Multiplatform.
It can be used to create Flutter plugins.

### Getting started
- Start a new project with the
- [Intellij](https://buijs.dev/klutter-3/) plugin
- [Android Studio](https://buijs.dev/klutter-4/) plugin
- [Kradle](https://buijs.dev/kradle-1/) cli tool
- For recipes see the [cookbook](https://github.com/buijs-dev/klutter-cookbook)

### Framework
- [Annotations](lib/annotations/module.md)
- [Kore](lib/kore/module.md)
- [Plugin: Gradle](lib/gradle/module.md)
- [Plugin: Flutter](https://github.com/buijs-dev/klutter-dart)
- [Plugin: Jetbrains (Intellij, Android Studio)](lib/jetbrains/module.md)

### Documentation
- [KDoc](https://buijs-dev.github.io/klutter/)