InterviewSolution
Saved Bookmarks
| 1. |
Explain Flutter Inspector. |
|
Answer» In the same MANNER, as with Native ANDROID, the XML file allows us to view our APP's blueprint and properties. There is a powerful tool called Flutter Inspector for Flutter applications that allows you to visualize the blueprint of your WIDGETS and their properties. USING it, you can diagnose various layout issues and understand the current layout.
|
|