Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 328 Bytes

Use Kotlin Multiplatform Mobile (KMM) and Flutter to write Android/iOS App in a project.

Getting Started

Run Android

flutter run --debug

Run iOS

./gradlew releaseIOSFramework
flutter run --debug

Other

use kmm to write a flutter plugin:kmm-flutter-plugin