- 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.
- Updated
markdown
dependency.
- Add
mockito
as a dev dependency. Eliminate use ofpackage:http
, which is no longer part of Flutter.
- Add
li
style to bullets
- Add
path
andhttp
as declared dependencies inpubspec.yaml
- Add support for horizontal rules.
- Fix the
onTap
callback on images nested in hyperlinks
- 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.
- Roll the dependency on
markdown
to 1.0.0 - Add a test and example for image links
- Fix the
onTap
callback on hyperlinks
- First published version