您的应用程序无法编译,因为无法在flutter中建立其依赖关系

时间:2019-02-13 06:25:17

标签: flutter

https://gist.github.com/bugudiramu/2c73f41a29ec8cd07dc7a592aaea3c65

尝试解析此Dart文件以查找其依赖项时:   F:\ flutter.pub-cache \ hosted \ pub.dartlang.org \ http-0.12.0 + 1 \ lib \ http.dart ...分析仪因以下错误而失败:   F:\ flutter.pub-cache \ hosted \ pub.dartlang.org \ http-0.12.0 + 1 \ lib \ http.dart中的错误:预期会找到';'。

2 个答案:

答案 0 :(得分:0)

检查您的导入语句,因为它的末尾缺少分号;

import 'package:http/http.dart';

答案 1 :(得分:0)

似乎缓存包中的文件已损坏。

要修复运行

flutter packages pub cache repair