werkbank 0.15.1
werkbank: ^0.15.1 copied to clipboard
A powerful tool that helps you develop, test, visualize, and organize your Flutter UI components.
0.15.1 #
- Make some improvements to use case descriptions
- Rename the "About" section for descriptions to "Description".
- Calling
c.description(...)multiple times in the same node will now merge the descriptions instead of always overwriting them.- How the descriptions are merged can be controlled by the new
mergeStrategyparameter.
- How the descriptions are merged can be controlled by the new
- Added
forUseCaseparameter forc.description(...)to specify whether the description is for the use case or the current node. - The name of a
WerkbankFolderorWerkbankComponentis now displayed above its description.
- Fix that semantics inspector in "Inspection" mode would not allow to select semantic boxes in the main view on web.
- Add custom semantics actions to semantics inspector.
- Add advanced search features. TL;DR:
fuzzy text,<field>:fuzzy text,"precise text",<field>:"precise text" - Replace a few dependencies and fix lints to make pub.dev happy.
0.15.0 #
- Initial release