Skip to content

Releases: kekland/inspector

3.1.0

09 Oct 07:50

Choose a tag to compare

  • Added "compare" functionality - if a box is selected, you can now hold Y and hover another box to see the difference in the boxes' position. Thanks @EArminjon!
  • Improved handling for selecting boxes - it now doesn't rely on hit testing, which should make it possible to select boxes that aren't hit-testable, but are visible on the screen. Thanks @EArminjon!
  • Better text inspection - for rich text, it'll now display all the styles applied to the text. Thanks @EArminjon!

3.0.0

07 Mar 07:49

Choose a tag to compare

  • Bump Flutter version to >=3.22.0

2.2.0

06 Mar 08:43

Choose a tag to compare

2.2.0

  • Added ColorScheme hints when using the color picker. Can be optionally disabled by passing isColorPickerColorSchemeHintEnabled: false. Thanks https://github.com/JoseAlba!

2.1.0

09 Aug 06:43
b6d2bd8

Choose a tag to compare

What's Changed

  • make panel visible with programmable by @lublak in #5

New Contributors

  • @lublak made their first contribution in #5

Full Changelog: 2.0.1...2.1.0

2.0.1

28 Mar 13:15

Choose a tag to compare

  • Fixed a minor bug with zoom gestures not working properly on mobile platforms.

2.0.0

28 Mar 13:14

Choose a tag to compare

  • Fixed a bug where using keyboard shortcuts with the color picker would spam a lot of errors in the console.
  • Added a magnifying glass

1.1.4

26 Sep 22:32

Choose a tag to compare

  • Fix color picker index going out of bounds

1.1.3

26 Sep 22:24

Choose a tag to compare

  • Bugfixes

1.1.2

26 Sep 22:03

Choose a tag to compare

  • Added support for different properties on RenderParagraph and RenderDecoratedBox.
  • Bugfixes related to bootstrapping Inspector on a portion of a screen.

1.1.1

23 Oct 13:41

Choose a tag to compare

  • Minor README changes
  • Deployed the example app to GitHub pages