You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class BrowserClientAdapter do not exist on package:dio/browser.dart but on README HttpClientAdapter section, show BrowserClientAdapter like example.
The class IOClientAdapter do not exist on package:dio/io.dart but on README HttpClientAdapter section, show IOClientAdapter like example.
Solution Brainstorm
Replace IOClientAdapter to IOHttpClientAdapter on both README
Replace BrowserClientAdapter to BrowserHttpClientAdapter on both README
The text was updated successfully, but these errors were encountered:
Fixes#2012
<!-- Write down your pull request descriptions. -->
### New Pull Request Checklist
- [x] I have read the
[Documentation](https://pub.dev/documentation/dio/latest/)
- [ ] I have searched for a similar pull request in the
[project](https://github.com/cfug/dio/pulls) and found none
- [ ] I have updated this branch with the latest `main` branch to avoid
conflicts (via merge from master or rebase)
- [ ] I have added the required tests to prove the fix/feature I'm
adding
- [x] I have updated the documentation (if necessary)
- [ ] I have run the tests without failures
- [ ] I have updated the `CHANGELOG.md` in the corresponding package
### Additional context and info (if any)
Replaced **IOClientAdapter** to **IOHttpClientAdapter** on both readme
and replaced **BrowserClientAdapter** to **BrowserHttpClientAdapter** on
both readme.
Request Statement
BrowserClientAdapter
do not exist onpackage:dio/browser.dart
but on README HttpClientAdapter section, showBrowserClientAdapter
like example.IOClientAdapter
do not exist onpackage:dio/io.dart
but on README HttpClientAdapter section, showIOClientAdapter
like example.Solution Brainstorm
Replace
IOClientAdapter
toIOHttpClientAdapter
on both READMEReplace
BrowserClientAdapter
toBrowserHttpClientAdapter
on both READMEThe text was updated successfully, but these errors were encountered: