My app developed with Jetpack Compose and in a scr...
# android
a
My app developed with Jetpack Compose and in a screen we have implemented a flutter SDK using Android View in Jetpack Compose. We write instrument test. We send some data to the flutter sdk and this sdk scans user face and return the success and fail result. I tried to control the sdk behavior using flutter engine, dart executor and sending binary messenger. My question is, is there any way to control the flutter sdk behavior for the instrument test. I just want to get success result from the sdk.
not kotlin but kotlin colored 8
c
This question is better asked in a Flutter forum. Your question aus about Flutter interop with android tests and has nothing to do with Kotlin.
👀 1