measure_size 5.0.2
measure_size: ^5.0.2 copied to clipboard
A widget that provides a callback that is triggered when its size changes
5.0.2 - 2025-12-27 #
- Fix
onChangecallback to emit non-nullable value
5.0.1 - 2025-12-27 #
- Update
flutter_lintsto version 6.0.0 - Update
demo.gif
5.0.0 - 2025-12-27 #
- Added
MeasureSizeBuilderusing prototype elements to measure the sizes of multiple widgets with custom constraints. MeasureSizenow uses aSingleChildRenderObjectWidgetto measure size instead of thebuildmethod of aStatefulWidget.
4.0.0 - 2022-09-08 #
- Added MeasureSizeRenderObjectWidget as alternative way to detect size changes outside of
buildcalls.
3.0.1 - 2022-06-01 #
- Fix Flutter SDK constraints
- Fix package description
3.0.0 - 2022-05-12 #
- Updated for Flutter 3
- New lints
- Fixed AndroidManifest.xml in example
- Remove unnecessary null-check
1.0.0+1 - 2020-09-26 #
- Initial release