markdown_widget 2.0.0 copy "markdown_widget: ^2.0.0" to clipboard
markdown_widget: ^2.0.0 copied to clipboard

A new markdown package. It supports TOC function, code highlighting, and it supports all platforms

[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]

  • support flutter 3.3
  • embedded scrollable_positioned_list until it publishes new version
  • fix some issues

[1.2.9] - support flutter 3.0

[1.2.8] - get tag widget from class instead of function

[1.2.7] - update dependencies

[1.2.6-nullsafety] - migrating to null safety

[1.2.6] - modify some description in README, upgrade video_player dependencies

[1.2.5] - update markdown package to fix the issue, remove chewie package

[1.2.4] - update dependencies

[1.2.3] - add comments for some methods, merge pr #42

[1.2.2] - fix issue #36, expose some properties in TocController by #40

[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.2.1] - fix issue #25 #28 #29 #32

[1.2.0] - add TextConfig to set TextAlign and TextDirection,solve issue #21

[1.1.9] - add initialIndex and isInitialIndexForTitle in TocController to solve #22

[1.1.8] - add some property to MarkdownWidget, fix PreWidget null error

[1.1.7] - make PreWidget match its parent's size

[1.1.6] - add text to PreWrapper

[1.1.5] - add PreWrapper, and HighlightCode can be automatically detected with null language

[1.1.4] - fix issue #13 and #16, deprecated compute function

[1.1.3] - add loadingWidget before data is ready, improve performance in the first rendering

[1.1.2] - support dark mode now! see issue #12

[1.1.1] - offer custon html tag to user, fix issue #8

[1.1.0] - fix issue #6

[1.0.9] - add LinkGesture to PConfig to fix issue #4

[1.0.8] - add CommonStyle to title, add selectable to PConfig

[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 change markdown_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 rebuilded

[1.0.0] - Complete base functions

236
likes
0
pub points
96%
popularity

Publisher

verified publishermorn.fun

A new markdown package. It supports TOC function, code highlighting, and it supports all platforms

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_highlight, highlight, markdown, scroll_to_index, url_launcher, visibility_detector

More

Packages that depend on markdown_widget