flutter_linkify icon indicating copy to clipboard operation
flutter_linkify copied to clipboard

LinkifyOptions concats 'http/https' to my text automatically

Open duocnguyen6799 opened this issue 3 years ago • 0 comments

When I set options: LinkifyOptions(humanize: false, looseUrl: false), the text concats with 'http/https' automatically. Example:

  • My text: abc.com => Display text: http://abc.com
  • The same case is with email.

duocnguyen6799 avatar Jan 06 '22 08:01 duocnguyen6799