Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/buijs-dev/klutter
- Owner: buijs-dev
- License: mit
- Created: 2021-12-09T14:20:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T17:42:50.000Z (7 months ago)
- Last Synced: 2024-12-18T00:34:55.538Z (11 days ago)
- Topics: flutter, gradle-plugin, klutter, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 36.7 MB
- Stars: 227
- Watchers: 9
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)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/)