Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no address assoiated with hostname error in release build apk #2288

Closed
toknT opened this issue Aug 24, 2024 · 2 comments
Closed

no address assoiated with hostname error in release build apk #2288

toknT opened this issue Aug 24, 2024 · 2 comments

Comments

@toknT
Copy link

toknT commented Aug 24, 2024

Package

dio

Version

5.3.3

Operating-System

Android

Adapter

Default Dio

Output of flutter doctor -v

No response

Dart Version

No response

Steps to Reproduce

 Response response = await dio.post(
          url,
          data: {},
        );

Expected Result

exec reques without error.

Actual Result

no address assoiated with hostname error in release build apk, but success in debug build apk

@toknT toknT added h: need triage This issue needs to be categorized s: bug Something isn't working labels Aug 24, 2024
@AlexV525
Copy link
Member

Did you add the INTERNET permission to your release manifest?

@toknT
Copy link
Author

toknT commented Aug 24, 2024

add the INTERNET permission to manifest 😂

@toknT toknT closed this as completed Aug 24, 2024
@AlexV525 AlexV525 added i: not related and removed h: need triage This issue needs to be categorized s: bug Something isn't working labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants