How to Inspect Style attributes (Font, Color codes, paddings, etc.) of a mobile app which built using Flutter?

404 Views Asked by At

In a flutter Mobile application, I need to check the style attributes of each screen. But, I'm unable to inspect it using the android studio layout inspector. It shows a blank screen when we inspect the app. (But it works well with other hybrid applications). I'm using the android studio emulator to run this debug apk file.

enter image description here

Currently, I only have the debug APK file only. So running the application code directly by myself is not an option for me either. Can we inspect flutter apps directly with Android studio? Are there any alternatives to inspect these UI style elements? Your help is much appreciated.

0

There are 0 best solutions below