utils/show_markdown_file_2 library
Render two markdown documents as a widget.
Copyright (C) 2023, Togaware Pty Ltd.
License: https://opensource.org/license/gpl-3-0
Authors: Zheyuan Xu, Graham Williams
Functions
-
showMarkdownFile2(
String markdownFilePath, String newMarkdownFilePath, 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.