From fc2a0c0cb767775f82c59ca6a853339371562be3 Mon Sep 17 00:00:00 2001 From: Sorunome Date: Sat, 17 Oct 2020 10:57:05 +0200 Subject: [PATCH] chore: Update matrix_link_text --- CHANGELOG.md | 1 + pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1124e38..6d1dfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Add ability to manage emote packs with different state keys ### Changes - Re-scale images in a separate isolate to prevent the UI from freezing +- URLs without https:// now linkify ### Fixes - Fix amoled / theme settings not always saving properly - Show device name in account information correctly diff --git a/pubspec.lock b/pubspec.lock index 2765e48..dcc9026 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -519,7 +519,7 @@ packages: name: matrix_link_text url: "https://pub.dartlang.org" source: hosted - version: "0.1.5" + version: "0.2.0" meta: dependency: transitive description: @@ -1074,5 +1074,5 @@ packages: source: hosted version: "0.1.2" sdks: - dart: ">=2.10.0-110 <2.11.0" + dart: ">=2.10.0-110 <=2.11.0-161.0.dev" flutter: ">=1.20.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 922e61e..fa767dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: firebase_messaging: ^7.0.2 flutter_local_notifications: ^1.4.3 # desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5 - matrix_link_text: ^0.1.5 + matrix_link_text: ^0.2.0 path_provider: ^1.5.1 webview_flutter: ^0.3.19+9 share: ^0.6.3+5