intrinsic_dimension
A widget that offers the dimensions (width and height) and the start offset of the widget you return from a builder callback function.
0.3.1
14K downloads/mo
#2541 most downloaded on pub.dev
Abel1027/intrinsic-dimension
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 9 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
6 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Mar 2022 to Mar 2023Releases
latest 6-
0.3.113 Mar 2023 -
0.3.004 Jun 2022Release notes
Open source →Add the rebuild boolean property to allow the widget to be rebuilt on every frame. Useful for rebuilding the widget by changing the font size from the OS settings and consequently the size and position of the widget change.
-
0.2.122 May 2022Release notes
Open source →Remove the null-aware operator from widget binding instance because it is unnecessary since Flutter 3.0.0.
-
0.2.002 May 2022Release notes
Open source →Expose a listener function to offer width, height, and start offset to execute an action without interfering with the widget rebuild. Ideal for connecting widgets.
-
0.1.119 Mar 2022 -
0.1.019 Mar 2022Release notes
Open source →First version.
- Expose a builder function to offer width, height, and start offset of the returned widget.