mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-06-07 17:27:23 +02:00
chore: bump sdk to 0.12.2, fixes calls
This commit is contained in:
parent
703cc1109f
commit
04e466617f
@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 32
|
compileSdkVersion 33
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
@ -88,7 +88,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||||||
titleText = null;
|
titleText = null;
|
||||||
_recoveryKeyStored = false;
|
_recoveryKeyStored = false;
|
||||||
bootstrap =
|
bootstrap =
|
||||||
widget.client.encryption!.bootstrap(onUpdate: () => setState(() {}));
|
widget.client.encryption!.bootstrap(onUpdate: (_) => setState(() {}));
|
||||||
final key = await const FlutterSecureStorage().read(key: _secureStorageKey);
|
final key = await const FlutterSecureStorage().read(key: _secureStorageKey);
|
||||||
if (key == null) return;
|
if (key == null) return;
|
||||||
_recoveryKeyTextEditingController.text = key;
|
_recoveryKeyTextEditingController.text = key;
|
||||||
|
@ -1063,7 +1063,7 @@ packages:
|
|||||||
name: matrix
|
name: matrix
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.11.2"
|
version: "0.12.2"
|
||||||
matrix_api_lite:
|
matrix_api_lite:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1124,7 +1124,7 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: HEAD
|
ref: "8c6a5afe2c965b79b5959bb4b49c4aad020cb980"
|
||||||
resolved-ref: "8c6a5afe2c965b79b5959bb4b49c4aad020cb980"
|
resolved-ref: "8c6a5afe2c965b79b5959bb4b49c4aad020cb980"
|
||||||
url: "https://gitlab.com/famedly/company/frontend/libraries/native_imaging.git"
|
url: "https://gitlab.com/famedly/company/frontend/libraries/native_imaging.git"
|
||||||
source: git
|
source: git
|
||||||
|
@ -63,7 +63,7 @@ dependencies:
|
|||||||
latlong2: ^0.8.1
|
latlong2: ^0.8.1
|
||||||
localstorage: ^4.0.0+1
|
localstorage: ^4.0.0+1
|
||||||
lottie: ^1.2.2
|
lottie: ^1.2.2
|
||||||
matrix: ^0.11.2
|
matrix: ^0.12.2
|
||||||
matrix_homeserver_recommendations: ^0.3.0
|
matrix_homeserver_recommendations: ^0.3.0
|
||||||
matrix_link_text: ^1.0.2
|
matrix_link_text: ^1.0.2
|
||||||
native_imaging:
|
native_imaging:
|
||||||
@ -169,3 +169,8 @@ dependency_overrides:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
||||||
ref: null-safety
|
ref: null-safety
|
||||||
|
# latest native_imaging needs ffi 2.0.0 but matrix is stuck with 1.0.0
|
||||||
|
native_imaging:
|
||||||
|
git:
|
||||||
|
url: https://gitlab.com/famedly/company/frontend/libraries/native_imaging.git
|
||||||
|
ref: 8c6a5afe2c965b79b5959bb4b49c4aad020cb980
|
||||||
|
Loading…
x
Reference in New Issue
Block a user