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

Integration inside of Chat UI #21

Closed SalahAdDin closed 3 years ago

SalahAdDin commented 3 years ago

Hi,

I think i saw a way to integrate this previewer on the Chat UI, but i couldn't remembere when or how.

Is there any officla tutorial about it?

Thank you.

demchenkoalex commented 3 years ago

Hi @SalahAdDin if you are talking about flutter_chat_ui it works automatically there, already integrated, since it is our package too. If you are talking about any other chat UI I guess documentation here is sufficient or you can take a look how we integrated it inside flutter_chat_ui repo. Does this answer your question?

SalahAdDin commented 3 years ago

Hi @SalahAdDin if you are talking about flutter_chat_ui it works automatically there, already integrated, since it is our package too. If you are talking about any other chat UI I guess documentation here is sufficient or you can take a look how we integrated it inside flutter_chat_ui repo. Does this answer your question?

Yeah, i was talking about flutter_chat_ui, yeah!

demchenkoalex commented 3 years ago

As I said, it is already there. Anything else?