flutter_linkify
flutter_linkify copied to clipboard
LinkifyOptions concats 'http/https' to my text automatically
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.