Klutter is a framework which interconnects Flutter and Kotlin Multiplatform. It can be used to create Flutter plugins.
Getting started
- Easiest way to start a new project is with the Intellij or Android Studio plugin. This plugin will create a new Flutter plugin and setup Klutter automatically.
- For a step-by-step guide (doing everything manually), see the battery app with Klutter tutorial.
- For recipes see the cookbook