yungzhu / flutter_link_preview

This is a Flutter URL preview plugin for Flutter that previews the content of a URL
MIT License
69 stars 63 forks source link

Have you ever tested it on the web? #1

Closed apps-transround closed 4 years ago

apps-transround commented 4 years ago

You`re saying Android, IOS, web.

Are you sure?

yungzhu commented 4 years ago

The web version has a cross-domain request issue and needs to be allowed to display content across domains

yungzhu commented 4 years ago

I changed the support platform.

trile127 commented 4 years ago

What does that mean? I just tried on Flutter Web for Chrome. I get XML CORS errors still. Also dart:io package doesn't work with flutter web. Should try universal_io package instead. Works for all platforms.

yungzhu commented 4 years ago

Because of cross-domain issues, temporarily unable to support the web platform

JayPerfetto commented 3 years ago

has there been any progress on this issue?