Open vanlooverenkoen opened 2 years ago
When building your app with obfuscation the app crashes when starting carplay.
This is probably because the methodchannels are parsed using tostring enum's I will double check this and create a new pull request.
runtimeType.toString() should never be used. In this case you are expecting that the toString will generate a string that matches your native side. That does not work when working with obfuscation.
runtimeType.toString()
When building your app with obfuscation the app crashes when starting carplay.
This is probably because the methodchannels are parsed using tostring enum's I will double check this and create a new pull request.