[x] I have searched the opened issues and there are no duplicates
Describe the bug
If i have control with image and change image, clear control and make new one with same name and same path, but with new picture i still get old picture. Only way to escape it is to add image as src_base64, but it add aditional work to someting that's supost to work out of box. If i have image from example url https://picsum.photos/200/200?1 what i need to do to get new image without saving image , converting to base64 etc.?
Duplicate Check
Describe the bug
If i have control with image and change image, clear control and make new one with same name and same path, but with new picture i still get old picture. Only way to escape it is to add image as src_base64, but it add aditional work to someting that's supost to work out of box. If i have image from example url
https://picsum.photos/200/200?1
what i need to do to get new image without saving image , converting to base64 etc.?Code sample
Code
```python [Paste your code here] ```To reproduce
img = ft.Image( src=f"/icons/icon-512.png", width=100, height=100, fit=ft.ImageFit.CONTAIN, )
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]Operating System
Windows
Operating system details
Windows 10
Flet version
v24.1
Regression
No, it isn't
Suggestions
No response
Logs
Logs
```console [Paste your logs here] ```Additional details
No response