utils/show_markdown_file library
Render a markdown document as a widget.
Copyright (C) 2023, Togaware Pty Ltd.
License: https://opensource.org/license/gpl-3-0
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.