-
Notifications
You must be signed in to change notification settings - Fork 137
run error #3
Description
Launching lib/main.dart on iPhone 8 in debug mode...
Compiler message:
file:///Users/mengyueping/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_scaffold-0.0.2/lib/responsive_scaffold.dart:141:9: Error: No named parameter with the name 'extendBody'.
extendBody: extendBody,
^^^^^^^^^^
file:///Users/mengyueping/flutter/packages/flutter/lib/src/material/scaffold.dart:783:9: Context: Found this candidate, but the arguments don't match.
const Scaffold({
^
file:///Users/mengyueping/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_scaffold-0.0.2/lib/responsive_scaffold.dart:174:7: Error: No named parameter with the name 'extendBody'.
extendBody: extendBody,
^^^^^^^^^^
file:///Users/mengyueping/flutter/packages/flutter/lib/src/material/scaffold.dart:783:9: Context: Found this candidate, but the arguments don't match.
const Scaffold({
^
Compiler failed on /Users/mengyueping/flutter_project/gmail_clone/lib/main.dart
Error launching application on iPhone 8.