mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-18 10:52:34 +01:00
chore: Update dependencies
This commit is contained in:
parent
221fe3edcc
commit
ec9155d8f0
@ -127,12 +127,6 @@ class HtmlMessage extends StatelessWidget {
|
|||||||
'th': Style(
|
'th': Style(
|
||||||
border: Border.all(color: textColor, width: 0.5),
|
border: Border.all(color: textColor, width: 0.5),
|
||||||
),
|
),
|
||||||
'li': Style(
|
|
||||||
// https://github.com/Sub6Resources/flutter_html/issues/1280
|
|
||||||
// Workaround for list items printed in the same line. This will
|
|
||||||
// remove the dots/numbers. Hours wasted: 4
|
|
||||||
display: Display.block,
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
extensions: [
|
extensions: [
|
||||||
RoomPillExtension(context, room),
|
RoomPillExtension(context, room),
|
||||||
|
@ -1059,10 +1059,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: matrix
|
name: matrix
|
||||||
sha256: a1c336a1f1d8f914cd8ec1adb4cab4f062e36ccabcc1a849389c85031a73f9d2
|
sha256: ecee8d687224f0fe668a5b9a034e8c2a7b241f578c93a236e0e93a8c2382a458
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.20.4"
|
version: "0.20.5"
|
||||||
matrix_api_lite:
|
matrix_api_lite:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -62,7 +62,7 @@ dependencies:
|
|||||||
keyboard_shortcuts: ^0.1.4
|
keyboard_shortcuts: ^0.1.4
|
||||||
latlong2: ^0.8.1
|
latlong2: ^0.8.1
|
||||||
linkify: ^5.0.0
|
linkify: ^5.0.0
|
||||||
matrix: ^0.20.4
|
matrix: ^0.20.5
|
||||||
matrix_homeserver_recommendations: ^0.3.0
|
matrix_homeserver_recommendations: ^0.3.0
|
||||||
native_imaging: ^0.1.0
|
native_imaging: ^0.1.0
|
||||||
package_info_plus: ^4.0.0
|
package_info_plus: ^4.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user