flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

fix unchecked dispose issues

Open quaaantumdev opened this issue 6 months ago • 0 comments

What type of PR is this?

  • 🐛 Bug Fix

Description

The current implementation accesses context and listeners that must not be accessed if already disposed. These cases may happen (as they did for me) and should be handled gracefully. This pull requests will solve this.

Added tests?

  • 🙅 no, because they aren't needed

Added to documentation?

  • 🙅 No documentation needed

quaaantumdev avatar Apr 27 '25 22:04 quaaantumdev