responsive_util 0.4.0 responsive_util: ^0.4.0 copied to clipboard
A Flutter widget that allows drag resizing of its child's bounds to easily test responsive design.
0.4.0 #
- added null-safety, fixed orientation issue, various bug fixes
0.3.0 #
- Simplified logic, added an optional
builder
function which directly provides constraints as to using a separate LayoutBuilder as the child widget; Fixed issue causing edge snapping not to work.
0.2.0 #
- Resizing now works in flex layouts and scrollviews, added scrollController, updated documentation.
0.1.2 #
- Fixed gesture detector not using local bounds, resizing now works on all Widgets with constraints.
0.1.1 #
- Minor updates to documentation.
0.1.0 #
- Updated Example and Readme for pub.
0.0.1 #
- Initial release.