Merge branch 'soru/update-mtrix-link-text' into 'main'

chore: Update matrix_link_text

See merge request ChristianPauly/fluffychat-flutter!227
This commit is contained in:
Christian Pauly 2020-10-17 09:10:18 +00:00
commit ace62875b7
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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