simplezhli / flutter_deer

🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
https://simplezhli.github.io/flutter_deer/
Apache License 2.0
8.01k stars 1.67k forks source link

编译通不过,windows flutter 2.5.0 #178

Closed wmvm0 closed 3 years ago

wmvm0 commented 3 years ago

运行环境

具体问题描述

编译通不过报错,找不到 SystemChrome的方法 lib/main.dart:47:16: Error: Method not found: 'SystemChrome.setEnabledSystemUIMode'. SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.bottom]); ^^^^^^^^^^^^^^^^^^^^^^

问题截图

image

异常日志

wmvm0 commented 3 years ago

Flutter 2.5.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4cc385b4b8 (5 days ago) • 2021-09-07 23:01:49 -0700 Engine • revision f0826da7ef Tools • Dart 2.14.0

simplezhli commented 3 years ago

@nightsimon 这个方法是flutter 2.5新增的,如果找不到,确保你的环境安装是否正确。或者你可以先切到适配2.5以前的代码,这两者差别不大。

wmvm0 commented 3 years ago

@simplezhli 嗯,刚开始本地装了两个版本的 flutter ,一直识别的是旧版本的 flutter, 没有识别到新版本的。

删除旧版本的,重新识别下就好了。谢谢