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

Allow overriding of `_linkify()` widget to give more flexibility with markdown #38

Closed felixgabler closed 2 years ago

felixgabler commented 2 years ago

Necessary for https://github.com/flyerhq/flutter_chat_ui/pull/206

This allows us to pass the Markdown component to be rendered. The links can be caught and opened through that too.

demchenkoalex commented 2 years ago

Thanks for the PR!