遇到的报错信息
Unexpected child "deferred-components" found under "flutter".
Please correct the pubspec.yaml file at /Users/AName/AndroidStudioFlutterProjects/gallery-master/pubspec.yaml
git: fatal: unable to access 'https://github.com/flutter/flutter.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Switching channels failed with error code 128.
学习的文章:
资料一:git连不上的问题
下载项目后,我把项目文件夹,放在我平时创建Flutter项目的路径下
使用Android Studio打开项目,打开模拟器,运行
flutter run
看到这里我以为是pubspec.yaml的问题,去pub get 并没有用。
在网上搜索到的答案是:当前的channel是stable,要切换到master
查看当前处于什么channel的命令为
flutter channel
切换指令
flutter master
切换channel的时候,因为git的连接问题也报了错,解决如下:
控制台输出
以上完成后,记得去pubspec.yaml文件中,pub get 插件们。
我也不知道为啥这张截图这么大.png。
网友评论