Gianmarco Calbi
Gianmarco Calbi
Hello! As you may notice from the attached screenshot, even though I stopped the example app at 14:58, it continued logging positions. Oddly the interval between these unexpected positions is...
The part of the loose url regex recognizing the domain is `[a-z]{2,4}` (https://github.com/Cretezy/linkify/blob/master/lib/src/url.dart#L10) while nowadays there are many domains name with more than 4 letters like `.design`, `.travel`, `.cloud`, etc.
## Steps to Reproduce **I have reproduced it on a Pixel 3 in debug mode REAL (Android 12) and emulated (api level 30).** 1. Execute `flutter run` on the code...