You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== Testing 'simplistic_editor' on Flutter's beta channel ==~/work/samples/samples/simplistic_editor ~/work/samples/samplesRunning "flutter pub get" in simplistic_editor... 977msAnalyzing simplistic_editor... error - lib/basic_text_field.dart:107:12 - A value of type 'dynamic' can't be returned from the method 'build' because it has a return type of 'Widget'. - return_of_invalid_type error - lib/basic_text_field.dart:107:12 - The method 'FocusTrapArea' isn't defined for the type '_BasicTextFieldState'. Try correcting the name to the name of an existing method, or defining a method named 'FocusTrapArea'. - undefined_method error - lib/basic_text_input_client.dart:42:7 - Missing concrete implementation of 'TextInputClient.performSelector'. Try implementing the missing method, or make the class abstract. - non_abstract_class_inherits_abstract_member error - lib/basic_text_input_client.dart:660:29 - The named parameter 'magnifierConfiguration' is required, but there's no corresponding argument. Try adding the required argument. - missing_required_argument
The text was updated successfully, but these errors were encountered:
From CI failure logs:
The text was updated successfully, but these errors were encountered: