Nabeel Parkar

Results 406 comments of Nabeel Parkar

> Hello @anthonyking11. Could you provide the output to flutter doctor --android-licenses -v? Please add the `-v` flag and post the output

@anthonyking11 Could you re-run the command with `-vv`? Complete command is `flutter doctor --android-licenses -vv`?

Could you try clearing your gradle cache and try again?

Could you check if `C:\Users\antho\AppData\Local\Android\Sdk\cmdline-tools\latest\bin\sdkmanager.bat` exists on your machine?

Does the file `sdkmanager.bat` exist in that location?

Could you tell me what you `JAVA_HOME` variable is set to? You can try running `echo $env:JAVA_HOME` in your ternimal

Please try reinstalling the Android SDK and confirm if it fixes your issue. Else I'll label the issue for further insights from the team

Hello. It looks like the physical shape of the chip (from border to border) looks correct. The 48 pixel you see in the inspector is including some padding ![image](https://user-images.githubusercontent.com/50555895/223093294-c48b4afd-f757-4bcc-8f93-5d9768938cb5.png)

This padding exists so that you can lay out your chips easier in a row or column. This seems to be an intentional design decision Code Sample ```dart class MyHomePage...

Ah I see what you mean. I was assumed you were talking about the outer padding :) I can see a slight extra padding on the top and bottom, even...