footnote
.MarkdownElementBuilder.visitElementAfterWithContext()
method passing the widget BuildContext
and the parent text's TextStyle
.tableVerticalAlignment
property to allow aligning table cells vertically.describeEnum
with the name
getter.markdown: ^7.0.0
DropdownMenu
.package:markdown
.fitContent
instead of always expanding to the maximum horizontally (flutter/flutter#108976).TaskListSyntax
as new markdown package supports checkboxes natively. Consider using OrderedListWithCheckBoxSyntax
or UnorderedListWithCheckBoxSyntax
as a replacement._buildCheckbox()
to inspect state of checkbox input element by existence of 'checked'
attribute.ui.hash*
to Object.hash*
.markdown
dependencyREADME.md
unnecessary_import
lint errors.onTap
, now the changed hyperlinks are reflected even with keeping the same link name unchanged.MarkdownListItemCrossAxisAlignment
to allow for intrinsic height measurements of lists.MarkdownTapLinkCallback
now has three parameters, not one, exposing more information about a tapped link.href
is now the second parameter to match the specification.MarkdownStyleSheets
MarkdownStyleSheet
textScaleFactor to use default value of 1.0, if not provided, instead using the textScaleFactor of the nearest MediaQueryLineBreakSyntax
MarkdownWidget
.package:markdown
dependency version to enable deleting HTML unescape URI workaroundpubspec.yaml
.tableColumnWidth
MarkdownStyleSheet.fromCupertinoTheme
MarkdownStyleSheet.blockquote
example/android
and example/ios
directoriesNote: this version has an implicit minimum supported version of Flutter 1.10.7. See flutter/flutter_markdown issue #156 for more detail.
markdown
dependency.mockito
as a dev dependency. Eliminate use of package:http
, which is no longer part of Flutter.li
style to bulletspath
and http
as declared dependencies in pubspec.yaml
onTap
callback on images nested in hyperlinksimageDirectory
property to specify the base directory containing the image files.markdown
to 1.0.0onTap
callback on hyperlinks