mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
chore: Update matrix_link_text
This commit is contained in:
parent
51745b0aee
commit
fc2a0c0cb7
@ -4,6 +4,7 @@
|
|||||||
- Add ability to manage emote packs with different state keys
|
- Add ability to manage emote packs with different state keys
|
||||||
### 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
|
||||||
### 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
|
||||||
|
@ -519,7 +519,7 @@ 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.1.5"
|
version: "0.2.0"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1074,5 +1074,5 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.2"
|
version: "0.1.2"
|
||||||
sdks:
|
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"
|
flutter: ">=1.20.0 <2.0.0"
|
||||||
|
@ -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.1.5
|
matrix_link_text: ^0.2.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
|
||||||
|
Loading…
Reference in New Issue
Block a user