animated_streaming_markdown 0.3.6
animated_streaming_markdown: ^0.3.6 copied to clipboard
Flutter markdown streaming package for Android/iOS/macOS/Linux/Windows/web, with Tree-sitter WASM and KaTeX math support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_streaming_markdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_streaming_markdown: ^0.3.6Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:animated_streaming_markdown/animated_streaming_markdown.dart';