Alex Li
Alex Li
As one of our milestones, the first stable release has been published. https://github.com/cfug/diox/releases/tag/v5.0.0
The ownership of the repo and the package has been transferred to CFUG on 13th Feb 2023. We (diox devs) are going to merge commits from diox and archive the...
All issues and merged PRs will be closed. If those problems haven't been resolved, file new issues.
https://github.com/cfug/diox has been publicly archived.
> @AlexV525 I understand that now CFUG can be keep the original repository (dio) and not use the fork (diox). It's correct? If yes, that will be awesome! Yes. the...
All packages underhood are published with a new stable version. - https://pub.dev/packages/dio/versions/5.0.0 - https://pub.dev/packages/dio_cookie_manager/versions/2.1.0 - https://pub.dev/packages/dio_http2_adapter/versions/2.1.0 - https://pub.dev/packages/native_dio_adapter/versions/0.0.1
> @AlexV525 Are you planning on maintaining [cookie_jar](https://github.com/flutterchina/cookie_jar) as well? Offline discussed with @wendux and we are not going to take over that package since it's relatively stable, and @wendux...
> @AlexV525 Are you planning on maintaining [cookie_jar](https://github.com/flutterchina/cookie_jar) as well? The fact is I'm already on it, but we don't have any plans of transfer ownership, I'll just keep my...
These (#1949) are quite similar which requires a nicer first-look regarding the exception.
Based on the above comments, the root cause of the exception is the JSON fails to be decoded before it reaches your exception, so a `FormatException` was thrown. Otherwise, it...