Skip to content

makeCall Function in Android Returns Incorrect Type #13

@dunkeyyfong

Description

@dunkeyyfong

When does the bug?

I am using version 0.0.4. Initially, when I tested it on iOS, it ran fine, and everything worked well. However, when I tested it on Android, I encountered the following error:

Screenshot_20241226_150405

Why have bug?

Ảnh màn hình 2024-12-26 lúc 15 12 36

When I debugged it, on Android, it was not returning the correct type that Flutter requires. Initially, I thought there might be an issue. But when I looked into the native code of iOS and Android, on iOS, the code was complete and returned the data in the correct Map type. However, on Android, it only returned a String type.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions