* opt: uuid

* tweak

* opt: SlideDialog

* mod: fvmrc [skip ci]

* Revert "mod: fvmrc [skip ci]"

This reverts commit 500fd7f454.

* Revert "opt: SlideDialog"

This reverts commit b435a312a6.

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2026-01-11 10:45:51 +08:00
committed by GitHub
parent 34a839d9e2
commit c40d794180
12 changed files with 66 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ import 'package:PiliPlus/grpc/url.dart';
import 'package:PiliPlus/http/loading_state.dart';
import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart' show PbMap;
import 'package:uuid/uuid.dart';
import 'package:uuid/v4.dart';
abstract final class ImGrpc {
static Future<LoadingState<RspSendMsg>> sendMsg({
@@ -28,7 +28,7 @@ abstract final class ImGrpc {
msgStatus: 0,
newFaceVersion: 1,
),
devId: const Uuid().v4(),
devId: const UuidV4().generate(),
),
RspSendMsg.fromBuffer,
);