flutter_markdown 0.4.4 copy "flutter_markdown: ^0.4.4" to clipboard
flutter_markdown: ^0.4.4 copied to clipboard

outdated

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

0.4.4 #

  • Fix handling of newline character in blockquote
  • Add new example demo
  • Use the start attribute in ordered list to set the first number
  • Revert changes made in PR #235 (which broke newline handling)

0.4.3 #

  • Fix merging of MarkdownStyleSheets
  • Fix MarkdownStyleSheet textScaleFactor to use default value of 1.0, if not provided, instead using the textScaleFactor of the nearest MediaQuery

0.4.2 #

  • Fix parsing of image caption & alt attributes
  • Fix baseline alignment in lists
  • Support LineBreakSyntax

0.4.1 #

  • Downgrade Flutter minimum from 1.17.1 to 1.17.0 for Pub

0.4.0 #

  • Updated for Flutter 1.17
  • Ignore newlines in paragraphs
  • Improve handling of horizontal rules

0.3.5 #

  • Fix hardcoded colors and improve Darktheme
  • Fix text alignment when formatting is involved

0.3.4 #

  • Add support for text paragraphs and blockquotes.

0.3.3 #

  • Add the ability to control the scroll position of the MarkdownWidget.

0.3.2 #

  • Uplift package:markdown dependency version to enable deleting HTML unescape URI workaround
  • Explictly state that Flutter 1.10.7 is the minimum supported Flutter version in the library pubspec.yaml.

0.3.1 #

  • Expose tableColumnWidth
  • Add MarkdownStyleSheet.fromCupertinoTheme
  • Fix MarkdownStyleSheet.blockquote
  • Flutter for web support
  • Add physic and shrinkWrap to Markdown widget
  • Add MarkdownBody.fitContent
  • Support select text to copy
  • Fix list bullet alignment
  • HTML unescape URIs (temporary workaround for dart-lang/markdown #272)
  • Rebuilt example/android and example/ios directories

Note: this version has an implicit minimum supported version of Flutter 1.10.7. See flutter/flutter_markdown issue #156 for more detail.

0.3.0 #

  • Support GitHub flavoured Markdown
  • Support strikethrough
  • Convert TextSpan to use new InlineSpan API

0.2.0 #

  • Updated environment sdk constraints to make the package Dart 2 compatible. As a result, usage of this version and higher requires a Dart 2 SDK.

0.1.6 #

  • Updated markdown dependency.

0.1.5 #

  • Add mockito as a dev dependency. Eliminate use of package:http, which is no longer part of Flutter.

0.1.4 #

  • Add li style to bullets

0.1.3 #

  • Add path and http as declared dependencies in pubspec.yaml

0.1.2 #

  • Add support for horizontal rules.
  • Fix the onTap callback on images nested in hyperlinks

0.1.1 #

  • Add support for local file paths in image links. Make sure to set the imageDirectory property to specify the base directory containing the image files.

0.1.0 #

  • Roll the dependency on markdown to 1.0.0
  • Add a test and example for image links
  • Fix the onTap callback on hyperlinks

0.0.9 #

  • First published version
1201
likes
0
pub points
99%
popularity

Publisher

verified publisherflutter.dev

A Markdown renderer for Flutter. Create rich text output, including text styles, tables, links, and more, from plain text data formatted with simple Markdown tags.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, markdown, meta, path

More

Packages that depend on flutter_markdown