未处理的异常:MissingPluginException(在频道 flutter.baseflow.com/permissions/methods 上找不到方法 requestPermissions 的实现)

时间:2021-03-29 03:48:37

标签: flutter dart

我正在尝试制作一个个人资料页面,用户可以在其中上传他们的个人资料图片。我已经完成了所有必需的方法,但会弹出此错误: class Cardlist extends React.Component { render() { const profile = this.props.profiles.map((element) => ( <Card key={element.id} {...element} /> )); return <div>{profile}</div>; } }

当我按下 Unhandled Exception: MissingPluginException(No implementation found for method requestPermissions on channel flutter.baseflow.com/permissions/methods) 请求许可时,应该会弹出一个选项卡,但在这里没有任何反应,只是弹出上述错误。

这是我做的代码:

IconButton

谁能告诉我我的编码有什么问题?

1 个答案:

答案 0 :(得分:0)

停止正在运行的应用程序,转到终端 > flutter clean > 然后重新构建应用程序