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

PreviewData is not type :( #27

Closed vimalmistry closed 3 years ago

vimalmistry commented 3 years ago

Screenshot 2021-07-31 at 8 01 45 PM

I can not define PreviewData previewData varible for state. and If i define as dynamic. then the argument complain about type.

demchenkoalex commented 3 years ago

Hi! Did you imported it?

import 'package:flutter_chat_types/flutter_chat_types.dart' show PreviewData;
vimalmistry commented 3 years ago

Working Now. Thanks.