updated dependencies, added image

This commit is contained in:
OfficialDakari 2025-06-09 15:11:26 +05:00
parent badbc3be14
commit 84ad6caa21
2 changed files with 2 additions and 1 deletions

View File

@ -585,6 +585,7 @@ class Client extends MatrixApi {
/// The result of this call is stored in [wellKnown] for later use at runtime. /// The result of this call is stored in [wellKnown] for later use at runtime.
@override @override
Future<DiscoveryInformation> getWellknown() async { Future<DiscoveryInformation> getWellknown() async {
Logs().v("getWellknown for homeserver $homeserver");
final wellKnownResponse = await httpClient.get( final wellKnownResponse = await httpClient.get(
Uri.https(homeserver!.authority!, '/.well-known/matrix/client'), Uri.https(homeserver!.authority!, '/.well-known/matrix/client'),
); );

View File

@ -20,7 +20,7 @@ dependencies:
html: ^0.15.0 html: ^0.15.0
html_unescape: ^2.0.0 html_unescape: ^2.0.0
http: ">=0.13.0 <2.0.0" http: ">=0.13.0 <2.0.0"
image: ^4.0.15 image: ^4.5.4
js: ^0.6.3 js: ^0.6.3
markdown: ^7.1.1 markdown: ^7.1.1
mime: ">=1.0.0 <3.0.0" mime: ">=1.0.0 <3.0.0"