flutter_streaming_text_markdown 1.2.1 copy "flutter_streaming_text_markdown: ^1.2.1" to clipboard
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';
24
likes
0
points
1.77k
downloads

Publisher

verified publisherdilacode.com

Weekly Downloads

A Flutter package for beautiful LLM text streaming with markdown support. Perfect for ChatGPT-like interfaces with typing animations, RTL support, and customizable effects.

Repository (GitHub)
View/report issues

Topics

#llm #streaming #markdown #animation #ai

Documentation

Documentation

License

unknown (license)

Dependencies

characters, flutter, flutter_markdown_plus

More

Packages that depend on flutter_streaming_text_markdown