how to display images and videos of othe websites in your flutte app code example
Example: image from internet flutter
Image.network(
'https://picsum.photos/250?image=9',
)
Image.network(
'https://picsum.photos/250?image=9',
)