updated dependencies, added image
This commit is contained in:
parent
badbc3be14
commit
84ad6caa21
|
|
@ -585,6 +585,7 @@ class Client extends MatrixApi {
|
|||
/// The result of this call is stored in [wellKnown] for later use at runtime.
|
||||
@override
|
||||
Future<DiscoveryInformation> getWellknown() async {
|
||||
Logs().v("getWellknown for homeserver $homeserver");
|
||||
final wellKnownResponse = await httpClient.get(
|
||||
Uri.https(homeserver!.authority!, '/.well-known/matrix/client'),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ dependencies:
|
|||
html: ^0.15.0
|
||||
html_unescape: ^2.0.0
|
||||
http: ">=0.13.0 <2.0.0"
|
||||
image: ^4.0.15
|
||||
image: ^4.5.4
|
||||
js: ^0.6.3
|
||||
markdown: ^7.1.1
|
||||
mime: ">=1.0.0 <3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue