flutter_html_css_overflow 0.2.0
flutter_html_css_overflow: ^0.2.0 copied to clipboard
A flutter_html extension that renders the CSS overflow, overflow-x and overflow-y properties.
0.2.0 #
- Renamed from
flutter_html_css_overflow_extensionon pub.flutter-io.cn. The old package stays published and is marked discontinued with this one as its replacement. Class names are unchanged. - The composition test against
flutter_html_css_size_constraintsnow pins oneConstrainedBoxin the reversed order, which is what 0.1.1 of that package builds; the README and doc/composition.md say so.
0.1.0 #
- Initial release. Adds a
flutter_htmlextension that clips an element to its box from theoverflow,overflow-xandoverflow-ydeclarations in its inline style. Each axis clips on its own.autoandscrollrender nothing, because a scroll view placed here cannot scroll.