flutter_streaming_text_markdown 1.2.1
flutter_streaming_text_markdown: ^1.2.1 copied to clipboard
A Flutter package for beautiful LLM text streaming with markdown support. Perfect for ChatGPT-like interfaces with typing animations, RTL support, and customizable effects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_streaming_text_markdown
With Flutter:
$ flutter pub add flutter_streaming_text_markdown
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
flutter_streaming_text_markdown: ^1.2.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_streaming_text_markdown/flutter_streaming_text_markdown.dart';