markdown_widget 2.3.2+8
markdown_widget: ^2.3.2+8 copied to clipboard
A new markdown package. It supports TOC function, code highlighting, and it supports all platforms
[2.3.2+] #
- 2.3.2+1
- Remove the use of
textScaleFactor
- Remove the use of
- 2.3.2+2
- Fix: #143
- 2.3.2+3
- Fix: richTextBuilder not working
- 2.3.2+4
- Upgrade dependencies version
- Fix #159
- 2.3.2+5
- 2.3.2+6
- 2.3.2+7
- Fix static analysis issues
- 2.3.2+8
- Fix headingTag2Level error
2.3.2 #
- Feat: auto check code language and show it
- Feat: add
RichTextBuilder
- Update README
- Fix: sub lists flexible layout
2.3.1 #
- Fix: config not used in markdown widget
2.3.0 #
2.2.0 #
2.1.0 #
- Added several examples to illustrate how to use custom tags and nodes, such as LaTeX and certain custom HTML tags.
- Added showcases for desktop, mobile, and web platforms in the README.
- Added a showcase for the Select All and Copy function in the README.
- Fixed incorrect address references in the README.
- Replaced some images in the examples with local images to resolve cross-domain issues in the web demo.
- Added release files to GitHub action.
- Added a screenshot description to the YAML file
- Added a copy button to the code block and removed its default padding.
- Added left and right scrolling and increased padding to the table.
- Fixed the TOC function in mobile mode.
2.0.0+1 #
- fix README error
2.0.0 #
- The entire code has been completely redesigned according to the CommonMark Spec 3.0 compared to the 1.x versions. This brings a lot of breaking changes, but also more standardized markdown rendering logic and more robust and scalable code
1.3.0+2 #
- fix textStyle not working for
pre
config
1.3.0+1 #
- fix static analysis issues
1.3.0 #
1.2.9 #
- support flutter 3.0
1.2.8 #
- get tag widget from class instead of function
1.2.6 #
- modify some description in README, upgrade
video_player
dependencies
1.2.4 #
- update dependencies
1.2.1+2 add padding property to MarkdownWidget (thanks to @jarekb123). It adds ability to set custom padding of under-the-hood scrollable view. #
1.2.1+1 expose tocList and currentToc properties in TocController (thanks to @jarekb123). It adds ability to create custom Table of Content widgets #
1.1.8 #
- add some property to
MarkdownWidget
, fixPreWidget
null error
1.1.7 #
- make PreWidget match its parent's size
1.1.6 #
- add
text
toPreWrapper
1.1.5 #
- add
PreWrapper
, and HighlightCode can be automatically detected with nulllanguage
1.1.3 #
- add
loadingWidget
before data is ready, improve performance in the first rendering
1.0.8 #
- add
CommonStyle
to title, addselectable
toPConfig
1.0.7 #
- fix
ImgBuilder
send a null image url
1.0.6 #
- fix
ImgBuilder
not working correctly
1.0.5 #
- Add
CodeConfig
, format code and changemarkdown_widget
description
1.0.4 #
- Add
ImgConfig
, Improve code description and online demo
1.0.3 #
- Fix
TocListWidget
data error in mobile, edit README
1.0.2 #
- Reduce the difficulty of TOC function, improve the basic functions of the package
1.0.1 #
- Add
ImgConfig
, clear data when markdown_widget rebuild
1.0.0 #
- Complete base functions