-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalyze.txt
More file actions
8 lines (6 loc) 路 1.66 KB
/
Copy pathanalyze.txt
File metadata and controls
8 lines (6 loc) 路 1.66 KB
1
2
3
4
5
6
7
8
锘緼nalyzing home_screen.dart...
error - home_screen.dart:28:12 - A value of type 'ShowcaseView' can't be returned from the method 'build' because it has a return type of 'Widget'. - return_of_invalid_type
error - home_screen.dart:28:12 - The class 'ShowcaseView' doesn't have an unnamed constructor. Try using one of the named constructors defined in 'ShowcaseView'. - new_with_undefined_constructor_default
error - home_screen.dart:85:22 - The method 'of' isn't defined for the type 'ShowcaseView'. Try correcting the name to the name of an existing method, or defining a method named 'of'. - undefined_method
error - home_screen.dart:102:24 - The method 'of' isn't defined for the type 'ShowcaseView'. Try correcting the name to the name of an existing method, or defining a method named 'of'. - undefined_method
4 issues found.