我正在 flutter 中开发一个应用程序,一切都工作正常,突然有一天,当我尝试运行该应用程序时,它给了我这个错误:
\n/C:/sdk%20Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_speed_dial-1.2.5/lib/src/speed_dial.dart:249:7: Error: No named parameter with the name \'overflow\'.\n overflow: Overflow.visible,\n ^^^^^^^^\n\n/C:/sdk%20Flutter/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don\'t match.\n Stack({\n ^^^^^\n\n\nFAILURE: Build failed with an exception.\n\n* Where:\nScript \'C:\\sdk Flutter\\flutter\\packages\\flutter_tools\\gradle\\flutter.gradle\' line: 904\n\n* What went wrong:\nExecution failed for task \':app:compileFlutterBuildDebug\'.\n> Process \'command \'C:\\sdk Flutter\\flutter\\bin\\flutter.bat\'\' finished with non-zero exit value 1\n\n* Try:\nRun with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full …Run Code Online (Sandbox Code Playgroud)