We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error on painter_utils.dart file at line #15.
I added ".toPlainText()" to end of line #15
if (painter.text != null && (painter.text is TextSpan)) { var preText = painter.text.toPlainText();
it is working for me now
The text was updated successfully, but these errors were encountered:
Just ran into the same issue, thanks for this!
Sorry, something went wrong.
Same issue here, after upgrading to flutter 2, i can't build project due to this problem
@keskink how do u fix it, in my case, it is the external library file PainterUtils.dart
No branches or pull requests
There was an error on painter_utils.dart file at line #15.
I added ".toPlainText()" to end of line #15
if (painter.text != null && (painter.text is TextSpan)) {
var preText = painter.text.toPlainText();
it is working for me now
The text was updated successfully, but these errors were encountered: