Skip to content

Latest commit

History

History
28 lines (15 loc) 路 893 Bytes

File metadata and controls

28 lines (15 loc) 路 893 Bytes

Debug Paint Size (DevTools)

Did you know?

The Flutter widget inspector has a toggle that will help you see the boundaries for each widget in your app.

This is great for debugging layout issues visually. 馃憞


Want more fine-grained control and enable debug paint only for a specific widget subtree?

Then, you can use this great little package by @devangelslondon and debug like a pro:


Found this useful? Show some love and share the original tweet 馃檹


Previous Next
SelectionArea across multiple widgets Replace Container with nested widgets