chore: upate matrix link text

This commit is contained in:
Sorunome 2020-10-18 16:20:57 +02:00
parent c1eebc155f
commit 0892ca9dd5
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
3 changed files with 6 additions and 4 deletions

View File

@ -9,6 +9,8 @@
### Changes ### Changes
- Re-scale images in a separate isolate to prevent the UI from freezing - Re-scale images in a separate isolate to prevent the UI from freezing
- URLs without https:// now linkify - URLs without https:// now linkify
- Parse all URIs, not just URLs
- emails will linkify now
### Fixes ### Fixes
- Fix amoled / theme settings not always saving properly - Fix amoled / theme settings not always saving properly
- Show device name in account information correctly - Show device name in account information correctly

View File

@ -526,14 +526,14 @@ packages:
name: matrix_link_text name: matrix_link_text
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.0" version: "0.3.0"
meta: meta:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0-nullsafety.4" version: "1.3.0-nullsafety.3"
mime: mime:
dependency: transitive dependency: transitive
description: description:
@ -869,7 +869,7 @@ packages:
name: stack_trace name: stack_trace
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.10.0-nullsafety.2" version: "1.10.0-nullsafety.1"
stream_channel: stream_channel:
dependency: transitive dependency: transitive
description: description:

View File

@ -37,7 +37,7 @@ dependencies:
firebase_messaging: ^7.0.2 firebase_messaging: ^7.0.2
flutter_local_notifications: ^1.4.3 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 # desktop_notifications: ^0.0.0-dev.4 // Currently blocked by: https://github.com/canonical/desktop_notifications.dart/issues/5
matrix_link_text: ^0.2.0 matrix_link_text: ^0.3.0
path_provider: ^1.5.1 path_provider: ^1.5.1
webview_flutter: ^0.3.19+9 webview_flutter: ^0.3.19+9
share: ^0.6.3+5 share: ^0.6.3+5