animated_streaming_markdown 0.1.2 copy "animated_streaming_markdown: ^0.1.2" to clipboard
animated_streaming_markdown: ^0.1.2 copied to clipboard

WIP Flutter package for incremental Markdown parsing and streaming UI rendering with tree-sitter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add animated_streaming_markdown

With Flutter:

 $ flutter pub add animated_streaming_markdown

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  animated_streaming_markdown: ^0.1.2

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:animated_streaming_markdown/streaming_markdown.dart';
2
likes
0
points
624
downloads

Documentation

Documentation

Publisher

verified publishersamnn.dev

Weekly Downloads

WIP Flutter package for incremental Markdown parsing and streaming UI rendering with tree-sitter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, webview_flutter

More

Packages that depend on animated_streaming_markdown

Packages that implement animated_streaming_markdown