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

cupertino_http: BaseResponse.request is null #782

Closed
hoc081098 opened this issue Sep 1, 2022 · 2 comments · Fixed by #784
Closed

cupertino_http: BaseResponse.request is null #782

hoc081098 opened this issue Sep 1, 2022 · 2 comments · Fixed by #784
Assignees
Labels
package:cupertino_http Issues related to package:cupertino_http

Comments

@hoc081098
Copy link

hoc081098 commented Sep 1, 2022

  final http.StreamedResponse res =
      await CupertinoClient.defaultSessionConfiguration().send(
    http.Request(
        'GET', Uri.parse('https://jsonplaceholder.typicode.com/users/1')),
  );
  print('res.request: ${res.request}');

Console:

flutter: res.request: null
@hoc081098 hoc081098 changed the title cupertino_http: BaseResponse.request is null cupertino_http: BaseResponse.request is null Sep 1, 2022
@brianquinlan brianquinlan self-assigned this Sep 6, 2022
@brianquinlan brianquinlan added the package:cupertino_http Issues related to package:cupertino_http label Sep 7, 2022
@brianquinlan
Copy link
Collaborator

This is fixed in the cupertino_http 0.0.5 release.

@hoc081098
Copy link
Author

@brianquinlan thanks for that

Sent from my 2201117TG using FastHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:cupertino_http Issues related to package:cupertino_http
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants