- Added ColorScheme hints when using the color picker. Can be optionally disabled by passing
isColorPickerColorSchemeHintEnabled: false
. Thanks https://github.com/JoseAlba!
- Made
InspectorState
public to allow the developers to toggle the state of Inspector on/off. Thanks https://github.com/lublak!
- Fixed a minor bug with zoom gestures not working properly on mobile platforms.
- Fixed a bug where using keyboard shortcuts with the color picker would spam a lot of errors in the console.
- Added a magnifying glass
- Fix color picker index going out of bounds
- Bugfixes
- Added support for different properties on
RenderParagraph
andRenderDecoratedBox
. - Bugfixes related to bootstrapping Inspector on a portion of a screen.
- Minor README changes
- Deployed the example app to GitHub pages
- Added support for keyboard shortcuts. You can now press
Cmd
orAlt
to toggle the widget inspector, and pressShift
to toggle the color picker. - Added customization options to
Inspector
- you can disable individual features, customize the shortcuts, or hide the panel.
- Minor README changes
- Enabling the inspector will absorb the pointers. This is done so that tappable widgets can also be inspected.
- Added a loading indicator for color picker
- Added widget tests
- Minor README changes
- Initial release!
- Added widget inspector and a color picker.