flutter / gallery

Flutter Gallery was a resource to help developers evaluate and use Flutter
BSD 3-Clause "New" or "Revised" License
6.41k stars 1.55k forks source link

Error Build failed #215

Closed assang closed 4 years ago

assang commented 4 years ago

Launching lib\main.dart on Lenovo K8 Plus in debug mode...

Compiler message: lib/main.dart:16:57: Error: Unexpected token ';'. import 'package:gallery/themes/gallery_theme_data.dart';; ^ Running Gradle task 'assembleDebug'... lib/pages/backdrop.dart:163:19: Error: No named parameter with the name 'includeSemantics'. includeSemantics: false, ^^^^^^^^^^^^^^^^ ../flutter/packages/flutter/lib/src/widgets/raw_keyboard_listener.dart:38:9: Context: Found this candidate, but the arguments don't match. const RawKeyboardListener({ ^^^^^^^^^^^^^^^^^^^ lib/pages/backdrop.dart:172:17: Error: The method 'ExcludeFocus' isn't defined for the class '_BackdropState'.

Compiler message: lib/main.dart:16:57: Error: Unexpected token ';'. import 'package:gallery/themes/gallery_theme_data.dart';; ^ lib/pages/backdrop.dart:163:19: Error: No named parameter with the name 'includeSemantics'. includeSemantics: false, ^^^^^^^^^^^^^^^^ ../flutter/packages/flutter/lib/src/widgets/raw_keyboard_listener.dart:38:9: Context: Found this candidate, but the arguments don't match. const RawKeyboardListener({ ^^^^^^^^^^^^^^^^^^^ lib/pages/backdrop.dart:172:17: Error: The method 'ExcludeFocus' isn't defined for the class '_BackdropState'.

FAILURE: Build failed with an exception.

BUILD FAILED in 59s Exception: Gradle task assembleDebug failed with exit code 1

guidezpl commented 4 years ago

Please read the README :) Duplicate of #152