You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major codebase improvements and better inspector handling for certain box types (e.g. FittedBox). Also supports inspecting inside of widgets like InteractiveViewer. Thanks @EArminjon!
Exposed BorderRadius properties for better inspection of DecoratedBox widgets. Thanks @alpinnz!
Major refactor - the codebase is now split into InspectorController and Inspector. This means that you can now build your own custom inspector UI by using the InspectorController, instead of being tied down to the default one. You can check out the example at custom_inspector_example.dart. Thanks @yelmuratoff!