flutter-code-editor
flutter-code-editor copied to clipboard
fix unchecked dispose issues
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