【发布时间】:2021-05-22 05:16:43
【问题描述】:
在我的新 Flutter 应用中,我导入了 Telephony 包:
telephony: ^0.1.3
但是构建文件有异常:
Users/{user}/flutter/.pub-cache/hosted/pub.dartlang.org/telephony-0.1.3/android/src/main/kotlin/com/shounakmulay/telephony/sms/SmsMethodCallHandler.kt: (52, 62): Expecting a parameter declaration
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':telephony:compileDebugKotlin'.
【问题讨论】:
标签: flutter dart sms telephony