Textf 1.2.0 is out.

The live formatting controller for #Flutter's TextField widget.

Replace TextEditingController with TextfEditingController
and your TextField renders **bold**, *italic*, `code` โ€” live, as the user types.

No extra widgets.

Playground and docs in ๐Ÿงต๐Ÿ‘‡

What's in v1.2.0:

โ†’ NEW: TextfEditingController - live formatting in TextField
โ†’ MarkerVisibility.whenActive - markers hide when cursor leaves
โ†’ stripFormatting() - clean text for saving/counting

Zero dependencies. Still.

Docs and live playground:

https://textf.philippgerber.li/

Textf โ€“ Flutter Text Formatting Widget โ€“ Docs

A drop-in replacement for Flutter's Text widget with markdown-like inline formatting. Try it live.

textf | Flutter package

Inline Markdown-like formatting for Flutter - as drop-in replacements for `Text` and `TextEditingController`. Bold, italic, code, [URL links](.), highlights, super/subscript.

Dart packages