Merge pull request #2255 from krille-chan/dependabot/pub/unifiedpush_ui-0.2.0
build: (deps): bump unifiedpush_ui from 0.1.0 to 0.2.0
This commit is contained in:
commit
c7bc84e6f5
3 changed files with 10 additions and 5 deletions
|
|
@ -363,8 +363,13 @@ class BackgroundPush {
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> setupUp() async {
|
Future<void> setupUp() async {
|
||||||
await UnifiedPushUi(matrix!.context, ["default"], UPFunctions())
|
await UnifiedPushUi(
|
||||||
.registerAppWithDialog();
|
context: matrix!.context,
|
||||||
|
instances: ["default"],
|
||||||
|
unifiedPushFunctions: UPFunctions(),
|
||||||
|
showNoDistribDialog: false,
|
||||||
|
onNoDistribDialogDismissed: () {}, // TODO: Implement me
|
||||||
|
).registerAppWithDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _newUpEndpoint(PushEndpoint newPushEndpoint, String i) async {
|
Future<void> _newUpEndpoint(PushEndpoint newPushEndpoint, String i) async {
|
||||||
|
|
|
||||||
|
|
@ -1967,10 +1967,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: unifiedpush_ui
|
name: unifiedpush_ui
|
||||||
sha256: cf86f0214f37debd41f25c0425c8489df85e27f9f8784fed571eb7a86d39ba11
|
sha256: "1b36b2aa0bc6b61577e2661c1183bd3442969ecf77b4c78174796d324f66dd1d"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.0"
|
version: "0.2.0"
|
||||||
universal_html:
|
universal_html:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ dependencies:
|
||||||
swipe_to_action: ^0.3.0
|
swipe_to_action: ^0.3.0
|
||||||
tor_detector_web: ^1.1.0
|
tor_detector_web: ^1.1.0
|
||||||
unifiedpush: ^6.2.0
|
unifiedpush: ^6.2.0
|
||||||
unifiedpush_ui: ^0.1.0
|
unifiedpush_ui: ^0.2.0
|
||||||
universal_html: ^2.2.4
|
universal_html: ^2.2.4
|
||||||
url_launcher: ^6.3.2
|
url_launcher: ^6.3.2
|
||||||
video_compress: ^3.1.4
|
video_compress: ^3.1.4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue