Ibtesam Mahmood

Results 3 issues of Ibtesam Mahmood

**Describe the bug** I’m having a bug with the EnhancedWeb view where the viewer becomes blurry/low resolution when the text overflows the defined size and starts scrolling. See screenshots below...

bug

Changelog: - - Added `matchFirst` variable to the `Detector` as a conditional variable with is defaulted to `false`. - When set to `true` it reduces the RegExp match list to...

Currently, when a RegExp is passed into the detectable text field, it is used to discover all matches within the text. ```dart final tags = detectionRegExp.allMatches(copiedText).toList(); ``` `detector.dart` However, I...