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
Running the unit tests with leak tracker enabled will fail because TextPainter is not being disposed. Fix on #149
Expected: leak free Actual: <Instance of 'Leaks'> Which: contains leaks: # The text is generated by leak_tracker. # For leak troubleshooting tips open: # https://github.com/dart-lang/leak_tracker/blob/main/doc/TROUBLESHOOT.md notDisposed: total: 140 objects: TextPainter: test: Group sync identityHashCode: 360054994 TextPainter: test: Group sync identityHashCode: 134151191 TextPainter: test: Group sync identityHashCode: 490481355 TextPainter: test: Group sync identityHashCode: 494110995 TextPainter: test: Group sync identityHashCode: 664187944 TextPainter: test: Group sync identityHashCode: 689149618
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running the unit tests with leak tracker enabled will fail because TextPainter is not being disposed. Fix on #149
The text was updated successfully, but these errors were encountered: