Mykyta Mikhaulov

Results 30 comments of Mykyta Mikhaulov

It should definitely be added to the Readme, an important parameter

For anyone who will struggle from the same problem, here is a RegEx for such types of links ```dart RegExp( r'^(.*?)((?:https?:\/\/|www\.)[^\s/$.?#].\S+,+\S*)', caseSensitive: false, dotAll: true, ) ```

It doesn't work with option `looseUrl: true`

Can someone help with this ?

Hey! 1. Yes, both enabled. 2. For my project it is reproducable always 3. No, this construction seems work okay

Also seems to work properly, I see no errors)

I can't share project code, but seems it is related to SafeArea usages

Unfortunately I am facing this issue again, with @kuhnroyal [solution](https://github.com/getsentry/sentry-dart/issues/1881#issuecomment-1948356278). In current project there is places where SafeArea used as ```dart SafeArea( bottom: false, child: ... ) ```

Could be temporary fixed with this ref to package ```yaml flutter_app_badger: git: url: https://github.com/g123k/flutter_app_badger.git ref: 33cbee6 ```