VasuBhav

Results 6 comments of 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

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...