Error: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 52958
If you are using Flutter android and if you have a backend as localhost host, then you might not doing it right when to display the image.
In general if you have image loading or api, then in flutter android set up for url is 10.0.2.2 and if you have your port then you need to add it
10.0.2.2:8000
And if your backend is using localhost as app url then your need to change it 10.0.2.2:8000 too. You need the below change in your .env file of laravel.