As we know When using a proxy url becomes
https://corsproxy.org/https://www.google.com
or
https://api.codetabs.com/v1/proxy?quest=https://www.google.com
which returns image URL
/logos/doodles/2024/seasonal-holidays-2024-6753651837110333-law.gif
But when we try to resolve the URL using the code below
|
output.image = Uri.parse(url_).resolve(image).toString(); |
it will return
https://corsproxy.org/logos/doodles/2024/seasonal-holidays-2024-6753651837110333-law.gif
or
https://api.codetabs.com/logos/doodles/2024/seasonal-holidays-2024-6753651837110333-law.gif
which breaks the image
As we know When using a proxy url becomes
which returns image URL
But when we try to resolve the URL using the code below
any_link_preview/lib/src/helpers/link_analyzer.dart
Line 217 in bff7a34
it will return
which breaks the image