Closed rakeshparveen5 closed 2 years ago
Or you are using this Javascript module inside a flutter app? Can you show me the usage example?
I am using api endpoints in my flutter app. Attached screenshot for reference
I'm not in control of the API servers, I just maintain the library. You should contact the owner of the servers. https://fr1.api.radio-browser.info/
I am using the radio browser apis in one of my flutter app. Using the library http for api call. I am calling Get Countries and Get Languages in my flutter app, But sometimes these api take more then a minute to return the response or does not return for a long time.
I tested my code by using some another testing api urls (https://reqres.in/api/users?page=2) in the same code and that are working fine. Having issue with radiobrowser api only. Any fix or suggestions regarding this ?