VasuBhav
VasuBhav
I face the same issue too anyone have a solution?
Please update the Elevated Button deprecated primary and onSurface Color to compatible in flutter 3.19
I have the same issues in my cases i'm using only pushnamed in all routes
When I include ContextCompat how in this solution, I get an error.
Facing the same issue
I got a Solution in InAppUpdatePlugin.kt we need to change the below line as nullable String ` result.error(it.message, null, null)` Here the message is not nullable so we need to...