You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated so that in addition to `style`, the rest of the current context's DefaultTextStyle properties are provided to child text widgets (`textAlign`, `overflow`, `maxLines`, `textWidthBasis`, and `textHeightBehavior`).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# CHANGELOG
2
2
3
+
## [4.0.3] - March 24, 2025
4
+
5
+
* Updated so that in addition to `style`, the rest of the current context's DefaultTextStyle properties are provided to child text widgets (`textAlign`, `overflow`, `maxLines`, `textWidthBasis`, and `textHeightBehavior`).
6
+
3
7
## [4.0.2] - March 10, 2025
4
8
5
9
* Fixed off-by-one error in the InlineSpan extension method `defaultSplitSpanAtIndex`.
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: float_column
2
2
description: Flutter FloatColumn widget for building a vertical column of widgets and text where the text wraps around floated widgets, similar to how CSS float works.
0 commit comments