I am making a mobile app using flutter.
For Authentication I used Firebase as backend.
Sometimes authentication works properly but sometimes App shows exception as
" PlatformException(error_network_request_failed, a network error(such as timeout, interrupted connection or unreachable host ) has occurred , null). "
And hence i am unable to login or sign in to app at that time .
I have used email/password login and anonymous login. Error occurs with both type of login.
There is no issue of internet connection.
I am using an emulator to run my app.
So does anyone know why this error occurred and how to solve it?