streaming/streaming_markdown library
Reveal animation for Markdown that arrives a token at a time.
Classes
- StreamingMarkdown
- Reveals text progressively, rebuilding only the part that can still change.
Enums
- GptMarkdownAnimation
- How newly arrived Markdown appears.
Typedefs
- StreamingMarkdownBuilder = Widget Function(BuildContext context, String text)
- Builds the Markdown for a slice of the source.