Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplistic_editor needs update for Flutter 3.4 beta #1443

Closed
domesticmouse opened this issue Sep 26, 2022 · 0 comments · Fixed by #1556
Closed

simplistic_editor needs update for Flutter 3.4 beta #1443

domesticmouse opened this issue Sep 26, 2022 · 0 comments · Fixed by #1556
Assignees

Comments

@domesticmouse
Copy link
Contributor

From CI failure logs:

== Testing 'simplistic_editor' on Flutter's beta channel ==
~/work/samples/samples/simplistic_editor ~/work/samples/samples
Running "flutter pub get" in simplistic_editor...                  977ms
Analyzing 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
@bleroux bleroux self-assigned this Sep 28, 2022
@bleroux bleroux moved this to To do in Nevercode Sep 28, 2022
@bleroux bleroux moved this from To do to In progress in Nevercode Sep 28, 2022
@bleroux bleroux moved this from In progress to PR submitted in Nevercode Oct 12, 2022
@domesticmouse domesticmouse mentioned this issue Jan 10, 2023
5 tasks
@github-project-automation github-project-automation bot moved this from PR submitted to Done (PR merged) in Nevercode Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (PR merged)
Development

Successfully merging a pull request may close this issue.

3 participants