Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Feb 20, 2025
1 parent dbe0922 commit 2f7c39e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions flutter-kmp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kotlin {

cocoapods {
pod("Flutter")
ios.deploymentTarget = "11.0"
noPodspec()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ package de.voize.flutterkmp
import kotlinx.coroutines.flow.Flow
import io.flutter.plugin.common.EventChannel
import kotlinx.coroutines.*
import kotlinx.serialization.KSerializer
import kotlinx.serialization.SerializationStrategy
import kotlinx.serialization.descriptors.SerialDescriptor
import kotlinx.serialization.descriptors.buildClassSerialDescriptor
import kotlinx.serialization.encoding.Decoder
import kotlinx.serialization.encoding.Encoder
import kotlinx.serialization.json.*
import kotlinx.serialization.modules.serializersModuleOf
import kotlinx.serialization.serializer

inline fun <reified T> Flow<T>.toEventStreamHandler(): EventChannel.StreamHandler =
Expand Down
File renamed without changes.

0 comments on commit 2f7c39e

Please sign in to comment.