-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some regex patterns are not working #11
Comments
@ksmsk I don't why it's not working but I will take a look. |
@fayeed I have a similar issue using The code below shows what I assign to the
|
+1 |
Hi,
There are some pattern issues i couldnt figure it out myself.
this is working as expected:
however this is not working.
renderText
method is not called:same goes for positive lookbehind
this is working:
this is not:
im using
flutter_parsed_text: ^1.2.3
sdk environment for flutter
sdk: ">=2.5.2 <3.0.0"
The text was updated successfully, but these errors were encountered: