Fix spell check throws when text contains regex reserved characters (#140384)
## Description This PR fixes an issue related to the spell check implementation usage of Regex (searched text should be escaped). ## Related Issue Fixes https://github.com/flutter/flutter/issues/136032. ## Tests Adds 1 test.
Showing
Please register or sign in to comment