From 81debcf64c88c05f04798799a70c7e131c1ce14e Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 10 Aug 2020 16:25:58 +0200 Subject: [PATCH] Revert "Remove our fork of `markdown`" This reverts commit d091b771d7adbc7f96faf0ef74dd38f7df29b8ad. This doesn't fix our rendering problem, so we need to continue to maintain our fork. --- pubspec.lock | 12 +++++++----- pubspec.yaml | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ad9de7ec..31705d03 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -505,12 +505,14 @@ packages: source: hosted version: "0.11.3+2" markdown: - dependency: transitive + dependency: "direct overridden" description: - name: markdown - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.7" + path: "." + ref: HEAD + resolved-ref: "2e87055c39b4b29939bb99ceff593880e2bcf20a" + url: "https://github.com/GitJournal/markdown.git" + source: git + version: "2.1.5" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2bb2ccd9..c74422e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -72,6 +72,8 @@ dev_dependencies: dependency_overrides: intl: git: https://github.com/GitJournal/intl.git + markdown: + git: https://github.com/GitJournal/markdown.git flutter: uses-material-design: true