I'm trying to comnsumer API that is on my localhost with Flutter but it's giving the error "OS Error: Connection refused, errno = 111, address = 127.0.0.1, port..."
I'm using the dartion package to run the api on localhost, and the API works fine when testing on Insomnia