textf 0.1.0 copy "textf: ^0.1.0" to clipboard
textf: ^0.1.0 copied to clipboard

A lightweight, high-performance Flutter widget for simple inline text formatting with Markdown-like syntax. Supports bold, italic, strikethrough, and code formatting without the overhead of a full Mar [...]

Changelog #

All notable changes to the textf package will be documented in this file.

0.1.0 - 2025-04-04 #

Added #

  • Initial release of Textf lightweight text formatting widget
  • Support for bold formatting with **text** or __text__
  • Support for italic formatting with *text* or _text_
  • Support for combined bold+italic with ***text*** or ___text___
  • Support for strikethrough with ~~text~~
  • Support for inline code with `code`
  • Escape character support with backslash
  • Performance optimization with caching
  • Nested formatting support (up to 2 levels deep)

0.0.1 #

  • Initial release of Textf widget.
19
likes
0
points
73
downloads

Publisher

verified publisherphilippgerber.li

Weekly Downloads

A lightweight, high-performance Flutter widget for simple inline text formatting with Markdown-like syntax. Supports bold, italic, strikethrough, and code formatting without the overhead of a full Markdown renderer.

Repository (GitHub)
View/report issues

Topics

#text #widget #markdown #formatting

License

unknown (license)

Dependencies

flutter

More

Packages that depend on textf