why am i get this error when i call php API?

i am working on flutter app with php
i made the api with php
and the database still local and i request from mobile to api via IPv4 Address
and evry thing was good
but today i try to request to get data from database by api i have this error

E/flutter (12737): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: 
Connection failed
E/flutter (12737): #0      IOClient.send
package:http/src/io_client.dart:88
E/flutter (12737): <asynchronous suspension>
E/flutter (12737): #1      BaseClient._sendUnstreamed
package:http/src/base_client.dart:93
E/fluter (12737): <asynchronous suspension>
E/flutter (12737): #2      _withClient
package:http/http.dart:164