Closed nawaf11 closed 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.
try the lastest v1.1.0
v1.1.0
EasyRichText( str, multiLine: true ...... )
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.