flyerhq / flutter_link_previewer

Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
MIT License
72 stars 75 forks source link

Converting non-url text to link #48

Closed claptv closed 1 year ago

claptv commented 1 year ago

It converts numbers in the text to a link. For example, '4.7 miles' is converted to 'http://4.27'

demchenkoalex commented 1 year ago

oh well :D there is no ideal regex I suppose, maybe some regex expert might see this and fix, because 1 change breaks the other, so I'd leave it as is for now

demchenkoalex commented 1 year ago

fixed in v3.2.1.