bump: dependencies

This commit is contained in:
2024-05-22 20:05:50 +08:00
parent ad70e21e2c
commit 3f7ee82d45
16 changed files with 243 additions and 202 deletions

View File

@ -1,5 +1,5 @@
// This file is automatically generated, so please do not edit it.
// Generated by `flutter_rust_bridge`@ 2.0.0-dev.33.
// Generated by `flutter_rust_bridge`@ 2.0.0-dev.35.
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
@ -12,7 +12,7 @@ Future<void> sendNotify(
String? appName,
String? appId,
dynamic hint}) =>
RustLib.instance.api.sendNotify(
RustLib.instance.api.crateApiWin32ApiSendNotify(
summary: summary,
body: body,
appName: appName,
@ -20,5 +20,5 @@ Future<void> sendNotify(
hint: hint);
Future<bool> setForegroundWindow({required String windowName, dynamic hint}) =>
RustLib.instance.api
.setForegroundWindow(windowName: windowName, hint: hint);
RustLib.instance.api.crateApiWin32ApiSetForegroundWindow(
windowName: windowName, hint: hint);