Build Problems With Flutter_Quill 1.9.0 #337
liuqiaoqin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I have a problem, and i cannot found any reasonable solution.
My currently pubspec.yaml status is
dependencies:
flutter_quill: ^1.9.0
flutter stable version (2.0.0)
But now, i cannot build up project, giving to me an error,
Error: The method 'userUpdateTextEditingValue' isn't defined for the class 'TextSelectionDelegate'.
Try correcting the name to the name of an existing method, or defining a method named 'userUpdateTextEditingValue'.
..userUpdateTextEditingValue(
^^^^^^^^^^^^^^^^^^^^^^^^^^
FAILURE: Build failed with an exception.
Where:
Script 'D:\flutter_windows\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 4m 4s
Exception: Gradle task assembleDebug failed with exit code 1
Problem occurs in Gradle Build,
Seeing a similar issue on Github, The Flutter has been changed to stable version 2.0.0 but no solution has been found
So, I really don't know how to solve it.I want to ask the gods what went wrong
Beta Was this translation helpful? Give feedback.
All reactions