2000calories / flutter_easy_rich_text

The EasyRichText widget provides an easy way to use RichText.
https://pub.dev/packages/easy_rich_text
MIT License
79 stars 34 forks source link

Support isMultiLine in RegExp #35

Closed nawaf11 closed 2 years ago

nawaf11 commented 2 years ago

I want to enable this: https://api.dart.dev/stable/2.17.5/dart-core/RegExp/isMultiLine.html

in RegExp.

I Tried to add /m in targetString but not working.

2000calories commented 2 years ago

try the lastest v1.1.0

EasyRichText(
  str,
  multiLine: true
  ......
)