oguzhnatly/flutter_carplay

`flutter_carplay` does not work with `obfuscation`

vanlooverenkoen opened this issue · 1 comments

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.