Skip to content

4.0.0

Latest

Choose a tag to compare

@kekland kekland released this 30 Mar 07:23
60f9890
  • 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!