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

cookie_jar ^0.0.4 is forbidden #53

Closed
sheteng63 opened this issue Aug 20, 2018 · 1 comment
Closed

cookie_jar ^0.0.4 is forbidden #53

sheteng63 opened this issue Aug 20, 2018 · 1 comment

Comments

@sheteng63
Copy link

Steps to Reproduce

Logs

the current Dart SDK version is 2.1.0-dev.0.0.flutter-be6309690f.

Because cookie_jar 0.0.4 requires SDK version >=1.20.1 <2.0.0 and no versions of cookie_jar match >0.0.4 <0.1.0, cookie_jar ^0.0.4 is forbidden.
So, because idota depends on dio ^1.0.0 which depends on cookie_jar ^0.0.4, version solving failed.
pub get failed (1)

@wendux wendux closed this as completed in 83809e5 Aug 20, 2018
@wendux
Copy link
Contributor

wendux commented Aug 20, 2018

please update dio up to 1.0.1 and try again.

wendux pushed a commit that referenced this issue May 21, 2019
AlexV525 added a commit that referenced this issue Feb 13, 2023
- #664
- #990
- #1527
- #1564

### New Pull Request Checklist

- [x] I have read the
[Documentation](https://pub.dev/documentation/diox/latest/)
- [x] I have searched for a similar pull request in the
[project](https://github.com/cfug/diox/pulls) and found none
- [x] I have updated this branch with the latest `main` branch to avoid
conflicts (via merge from master or rebase)
- [x] I have added the required tests to prove the fix/feature I'm
adding
- [x] I have updated the documentation (if necessary)
- [x] I have run the tests without failures

### Additional context and info (if any)

```dart
FormData.fromMap({
  'path': '/图片空间/地址',
});
```

Before:

```
----dio-boundary-3788753558
content-disposition: form-data; name="path"
content-type: text/plain; charset=utf-8
content-transfer-encoding: binary

/图片空间/地址
```

After:

```
----dio-boundary-3788753558
content-disposition: form-data; name="path"

/图片空间/地址
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants