Some time developers face issue this issue in development mode there could anything that cause this issue
Flutter Error:
SocketException: OS Error: Connection reset by peer, errno = 104
Reason
It may be your ISP blocking the connection
Flutter corrupted build package etc..
Solutions 1:
To solve this issue run the following commands
Step 1: flutter clean Step 2: flutter pub cache repair
Solutions 2:
Use different VPN
or Connect with your internet service provider to unblock respective URL
Flutter Error:
Write error: ssl=0x709bd56fc8: I/O error during system call, Connection reset by peer
Solutions 1:
To solve this issue run the following commands
Step 1: flutter clean
For example:
D:\Mobile\myApp>flutter clean Deleting build... 4,739ms (!) Deleting .dart_tool... 13ms Deleting Generated.xcconfig... 5ms Deleting flutter_export_environment.sh... 7ms
Comments
Post a Comment