From 3bcb071f43d7419e122d8d1506e6ecb754e47e66 Mon Sep 17 00:00:00 2001 From: Sorunome Date: Fri, 26 Jun 2020 14:10:50 +0200 Subject: [PATCH] Update html rendering library --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index d1ad4e7..6c5fb9f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -245,7 +245,7 @@ packages: name: flutter_matrix_html url: "https://pub.dartlang.org" source: hosted - version: "0.1.0" + version: "0.1.1" flutter_plugin_android_lifecycle: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5a69357..acf1df1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,7 +52,7 @@ dependencies: open_file: ^3.0.1 mime_type: ^0.3.0 bot_toast: ^3.0.0 - flutter_matrix_html: ^0.1.0 + flutter_matrix_html: ^0.1.1 moor: ^3.0.2 random_string: ^2.0.1 flutter_typeahead: ^1.8.1