flame_markdown 0.2.1 copy "flame_markdown: ^0.2.1" to clipboard
flame_markdown: ^0.2.1 copied to clipboard

Markdown support for the Flame game engine, bridging the markdown package into Flame's text rendering pipeline.

flame

Adds markdown support for Flame using the markdown package.


flame_markdown #

This package facilitates the creation of Flame's TextNode hierarchies by leveraging markdown strings.

It integrates with the markdown package to parse markdown strings into an AST and uses that AST to create a DocumentRoot containing the equivalent list of nodes from Flame's text rendering pipeline.

Add this as a dependency to your Flame game if you want to easily apply simple inline formatting to text in your game (bold, italics), or if you want to create complex text documents with headings and paragraphs and have them formatted by Flame's text layout system, without needing to manually specify the TextNode tree structure.

2
likes
160
pub points
68%
popularity

Publisher

verified publisherflame-engine.org

Markdown support for the Flame game engine, bridging the markdown package into Flame's text rendering pipeline.

Repository (GitHub)
View/report issues
Contributing

Topics

#flame #markdown

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (LICENSE)

Dependencies

flame, flutter, markdown

More

Packages that depend on flame_markdown