Cretezy / linkify

Low-level link (text, URLs, emails) parsing library in Dart
https://pub.dartlang.org/packages/linkify
MIT License
62 stars 50 forks source link

Option to enable or disable printing of output. Defaults to false #11

Closed Hannnes1 closed 4 years ago

Hannnes1 commented 4 years ago

I think the the printing of the linkify methods output just clutters up everything when you don't want to see it. It is also confusing when you're using the flutter_linkify package, as you might not even be aware of where the print is coming from. However, since it might be a good way to debug, I still left it in as an option.

Cretezy commented 4 years ago

https://github.com/Cretezy/linkify/pull/12

print was left there by accident. Thanks for reporting it!