-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
'dart:ui/text.dart': Failed assertion: line 1372: '<optimized out>': is not true #1
Comments
@ahmedgulabkhan Launching lib\main.dart on sdk gphone x86 arm in debug mode... ════════ Exception caught by widgets library The relevant error-causing widget was: When the exception was thrown, this was the stack: ════════════════════════════════════════════════════════════════════════════════════════════════════ The relevant error-causing widget was: |
The following error shows while running the project with all the required dependencies. Error is present in the TextField() widget of the 'search.dart' file of this project.
════════ Exception caught by rendering library ═════════════════════════════════════════════════════
The following assertion was thrown during paint():
'dart:ui/text.dart': Failed assertion: line 1372: '': is not true.
Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub:
https://github.com/flutter/flutter/issues/new?template=BUG.md
The text was updated successfully, but these errors were encountered: