Milad-Akarie / pretty_dio_logger

MIT License
220 stars 49 forks source link

Emojies logging support #35

Closed FlutterDevBakersoft closed 4 days ago

FlutterDevBakersoft commented 1 year ago

Because dart had issue with using ASCII string so when passing emoji string to subString() as an argument will create an error. I create an emojis regExp to prevent this case.