utils/show_markdown_file library

Render a markdown document as a widget.

Copyright (C) 2023, Togaware Pty Ltd.

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Zheyuan Xu, Graham Williams

Functions

showMarkdownFile(String markdownFilePath, BuildContext context) FutureBuilder
A scrolling widget that parses and displays Markdown file, which is located under the path markdownFilePath. It allows handling asynchronous loading of markdown file.