Alex Li
Alex Li
I can confirm the issue was resolved with that rolled commit. @biggs0125 Thanks for the fix!
Saving assets to an album can be implemented, but creating an album only means creating a folder that contains zero assets, which the library can only obtain until it has...
Please provide a minimal standalone runnable reproducible example.
> Please provide a minimal standalone runnable reproducible example.
Could you share the resolved version of `dio` and `dio_web_adapter` in your `pubspec.lock`?
I'm getting the normal result using the example in the repo: https://github.com/cfug/dio/tree/main/example_flutter_app Could someone provide a standalone runnable minimal reproducible example?
It looks like a Dart bug, filed dart-lang/sdk#56498. Meanwhile, a workaround could be: ```dart HttpClientAdapter makeHttpClientAdapter() { final adapter = HttpClientAdapter() as BrowserHttpClientAdapter; adapter.withCredentials = true; return adapter; } ```
The thread is locked until https://github.com/dart-lang/sdk/issues/56498 gets resolved.
@ueman Do you want to evaluate the request? I do think that is fair enough, and if we need to change this, we might also consider to support https://github.com/cfug/dio/issues/1949.
I've filed 2 PRs to find out if there is a better answer for the issue. Please vote or add comments if you'd like to. - https://github.com/cfug/dio/pull/2296 - https://github.com/cfug/dio/pull/2297