Skip to content

Commit

Permalink
Version 0.4.0 release paperwork (flutter#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored May 20, 2020
1 parent 24066c4 commit 5305aae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/flutter_markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

* Updated for Flutter 1.17
* Ignores newlines in paragraphs
* Improve handling of horizontal rules

## 0.3.5

* Fix hardcoded colors and improve Darktheme
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_markdown/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_markdown
author: Flutter Authors <flutter-dev@googlegroups.com>
description: A Markdown renderer for Flutter.
homepage: https://github.com/flutter/flutter_markdown
version: 0.3.5
version: 0.4.0

dependencies:
flutter:
Expand All @@ -18,7 +18,7 @@ dev_dependencies:

environment:
sdk: '>=2.5.0 <3.0.0'
flutter: '>=1.10.7 <2.0.0'
flutter: '>=1.17.1 <2.0.0'

flutter:
assets:
Expand Down

0 comments on commit 5305aae

Please sign in to comment.