Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-02 10:32:01 +08:00
parent a18863f292
commit 8c7db34e5a
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ class GrpcReq {
// UNKNOWN : -400 : msg
final errMsg = details.map((e) => e.message).join('\n');
msg = kDebugMode
? 'CODE: ${grpcMsg.code}(${grpcMsg.message})'
? 'CODE: ${grpcMsg.code}(${grpcMsg.message})\n'
'MSG: $errMsg'
: errMsg;
} catch (e) {

View File

@@ -21,7 +21,7 @@ version: 1.1.4+1
environment:
sdk: ">=3.8.0 <4.0.0"
flutter: 3.35.5
flutter: 3.35.5 # update `.fvmrc` config
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions