flutter_text_divider 0.1.2 copy "flutter_text_divider: ^0.1.2" to clipboard
flutter_text_divider: ^0.1.2 copied to clipboard

A Flutter widget that renders a divider with a text label centred between two lines.

Changelog #

0.1.2 #

  • Added missing documentation for TextDivider constructor.

0.1.1 #

  • Added height parameter for horizontal dividers, mirroring Divider.height.
  • Added width parameter for vertical dividers, mirroring VerticalDivider.width.
  • Added fallbackLineLength parameter for controlling line length inside unbounded constraints.
  • Horizontal divider now correctly fills parent width instead of using a fixed line length.

0.1.0 #

  • Initial release.
  • TextDivider widget: displays a text label centred between two dividing lines.
  • Supports both Axis.horizontal (default) and Axis.vertical orientations.
  • Integrates with Flutter's ThemeData and DividerThemeData for default colours and text styles.
  • Configurable text, textStyle, color, thickness, gap, indent, and endIndent parameters.
1
likes
150
points
155
downloads

Documentation

API reference

Publisher

verified publisherastropath.com.br

Weekly Downloads

A Flutter widget that renders a divider with a text label centred between two lines.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_text_divider