dart_desk_widgets 0.1.2
dart_desk_widgets: ^0.1.2 copied to clipboard
Runtime Flutter widgets for rendering Dart Desk content — hotspot/crop-aware image framing and related primitives.
0.1.2 #
- FIX(annotation): split DeskContext so generator-safe barrel stays Flutter-free (#41).
- FIX(image_input): deep-equal DeskData.value to stop rebuild churn (#31).
- FEAT(image_input): scale slider in Edit Framing transform mode (#39).
- FEAT: image transform (scale + offset) + slide-over Edit Framing (#35).
0.1.1 #
- FIX(image_input): deep-equal DeskData.value to stop rebuild churn (#31).
- FEAT(image_input): scale slider in Edit Framing transform mode (#39).
- FEAT: image transform (scale + offset) + slide-over Edit Framing (#35).
0.1.0 #
- FEAT:
DeskFramenow respectsImageReference.scaleandoffset, applying author-defined transforms on top of hotspot/crop framing (#35). - FEAT:
framing_mathextended with combined scale × offset × hotspot × crop matrix helpers, validated by golden tests indart_desk(#33). - FIX(image_input): deep-equal
DeskData.valueto stop rebuild churn (#31). - CHORE: bump
dart_desk_annotationto^0.3.0.
0.0.1 #
- Initial release. Adds
DeskFrameandDeskImagefor hotspot/crop-aware rendering ofImageReference. - Houses
framing_math(relocated fromdart_desk).