kotlin-walletconnect-lib
kotlin-walletconnect-lib copied to clipboard
Parsing issue with EncryptedPayload on release
Hi. I'm working on Flutter plug-in for iOS/Android. The problem is when I run release version the iv
value in EncryptedPayload
is null. I solved that by adding @JsonClass(generateAdapter = true)
to model and kapt "com.squareup.moshi:moshi-kotlin-codegen:1.8.0"
and injecting clone of MoshiPayloadAdapter. Possibly I'm doing something wrong but I spent a lot of time to investigate why I didn't get session_request in the app and it's possibly duplication of #14
@vsilux Ilya hey. Wondering, is there any progress on the flutter plugin for the WalletConnect?
@chichkanov hi Alex.It is about to ready. I should test it before publishing. But I'm very busy on a main project for next 2-3 weeks. And btw I did only Server part (for wallets) as the DApps is not in priority for me.
Did anyone get any solutions for the release mode issue in flutter?