Gabriel Pacheco
Gabriel Pacheco
I've encoutered this problem too... But unfortunately your workaround also didn't work.
Same here
> Thank you for the great flutter lib! Thank you!! > Is there a way to get all possible translations of a single word instead of the first one only?...
> Error code 429 is printed and null is returned when translating. Please help Error code 429 means "Too many requests": ``` "HTTP Status Code 429: The user has sent...
Have you tried using `async/await`? Also, verify internet connection.
> Yes. But it looks like Google is giving the null. Maybe because they are charging $20/M Char. Thats weird. I tested your code and it worked for me.
Can you show me some part of your code? That's all messed up. Also, please post the error log.
For everyone having this problem: Verify your internet connection and try putting some delay between the translations so maybe this can solve your problem. This package uses a HTTP request...