textf library

A lightweight text widget library for simple inline Markdown-like formatting.

Exports

Example

import 'package:textf/textf.dart';

Textf('Hello **bold** *italic* `code` [link](https://example.com)');

Classes

Textf
A lightweight text widget for simple inline formatting.
TextfEditingController
A TextEditingController that renders textf-formatted text in text fields.
TextfOptions
Configuration options for Textf widgets within a specific scope.
TextfOptionsData
Holds the pre-merged, effective configuration for Textf widgets.

Enums

MarkerVisibility
Controls how formatting markers are displayed in the text field.

Extensions

TextfExt on String
Convenience extension on String for creating Textf widgets inline.
TextfStringExt on String
Convenience extension on String for extracting plain text.