Bao Nguyen

Results 13 comments of Bao Nguyen

[!] Flutter (Channel stable, 3.19.0, on macOS 14.3 23D56 darwin-arm64, locale en-VN) • Flutter version 3.19.0 on channel stable at /Users/baonn/fvm/versions/3.19.0 ! Warning: `dart` on your path resolves to /opt/homebrew/Cellar/dart/2.19.3/libexec/bin/dart,...

im running release in sdk 3.16.8 i have this error after updating to 3.19.0 this error is not fixed. When app opened, everything worked well

fvm flutter run --release -d 00089630-001914A61A044533 --no-enable-impeller This is a command I have run. After i close app and lock my phone This is logs flutter: [initEventsHandler] rawData: {event: voipToken,...

Update: after adding FLTEnableImpeller to Info.split and run command fvm flutter run --release -d 00089630-001914A61A044533 --no-enable-impeller Error has disappeared but the coming call not show This is new logs: GrMtlCommandBuffer:...

```php "session_id" => "{$call->id}", "call_type" => $forIos ? ($call->is_video ? 1 : 0) : ($call->is_video ? '1' : '0'), "caller_id" => $forIos ? $user->id : "{$user->id}", "caller_name" => "{$user->fullname}", "call_opponents"...

Just reinstall the app incoming call showed on lockscreen

And i found a new issue when accepting voice calls on lockscreen. When incoming calls show on lockscreen, I accept call after i click button leave call, native call is...

When incoming calls show on lockscreen, I accept call after i click button leave call, native call is closed, If I answer a call while it is on lockscreen, it...

When i run the release on iOS, I only see these logs. So sorry, Do you know how to see more logs on iOS run release?