gabrielpacheco23 / google-translator

Free Google Translator for Dart
https://pub.dartlang.org/packages/translator
MIT License
170 stars 90 forks source link

Only working on debug mode #50

Closed tidharnitzan closed 2 years ago

tidharnitzan commented 2 years ago

It worked very well on the device when running on Debug. When I compiled the APK to release and install on the device I'm getting: SocketException: Failed host lookup: 'translate.googleapis.com' (OS Error: No address associated with hostname, errno = 7)

any clue what going on?

tidharnitzan commented 2 years ago

Solve this. the issue was permission on release build on AndroidManifest.xml. below is the link to where I found the answer.

https://stackoverflow.com/questions/54551198/how-to-solve-socketexception-failed-host-lookup-www-xyz-com-os-error-no-ad#:~:text=Make%20sure%20you%20have%20added%20the%20in%20android/app/src/main/AndroidManifest.xml