Uvais-Mohammad

Results 5 issues of Uvais-Mohammad

I have given a header color `headerColor:Colors.blue` for a table. But the ouput color is nearly grey. I have tried with many colors, unfortunately it is not showing the exact...

Changed headline6 to titleLarge as headline6 is deprecated and can't change headline6 font size. [Simulator Screenshot - iPhone 14 Pro Max - 2023-05-05 at 15 33 41]

While I am trying to test push notification, it is showing the below error. I have selected the channel for android and entered fcm token of the device. How to...

When I am trying to create an android build, I am getting this issue. `FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went...

wait for response

When using keys like: ``` customConfig: manifestPlaceholders.appScheme: "value" ``` flutter_flavorizr generates invalid Kotlin: `manifestPlaceholders.appScheme = "value"` This PR transforms dot-notation into proper map syntax: `manifestPlaceholders["appScheme"] = "value"` ### What This...