-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Welcome to submit Dio's third-party plugins and related libraries here #347
Comments
After I saw your plugins, I was about to come here and suggest either an "awesome-dio" or a section plugin authors can collaborate and update on that wouldn't affect the current lifecycle. |
This would be great, I have a small gist on |
It would be useful to have this kind of list, and I have a cache lib too :
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as outdated.
This comment was marked as outdated.
@wendux |
This comment was marked as off-topic.
This comment was marked as off-topic.
@wendux Dcache_flutter is a library both for Dio 3.x and 2.x. Dcache_flutter uses sqflite as disk cache. It is used in our product. It is fully tested and stable. Maybe others will like it too. |
Hello I created a Lib to make Certificate Pinning on Flutter with a Dio interceptor to uses in Dio: I think that is interesting add into Dio documentation. |
I created an oauth 2.0 authentication plugin for dio I think it would be interesting to add it in the documentation. |
Here is a new package for retry with Dio. It supports dio 4.0 and null safety: https://pub.dev/packages/dio_smart_retry
|
Here's an interceptor we created to transform your Supports |
An interceptor that pretty prints requests/responses with ability to customize the logger. |
Instead of using Pub: https://pub.dev/packages/roundtripper For impletementing atom processings and compose them in required. Case Like:
|
@wendux Recommend your own plug-in |
This comment was marked as outdated.
This comment was marked as outdated.
Hello I created a Lib to make api gen like retorfit in dio. I think that is interesting add into Dio documentation. |
dio Listening tool (Android Studio&IDEA) |
Easy to use cookie handler: https://github.com/hurelhuyag/dio_cookie_cached_handler |
Hi! |
That looks pretty cool! |
After searching for a while for a caching solution, I created my own interceptor. But, maybe another solution exists and I missed it ...
It would be great to have a list of third party interceptors and transformers in the README. Having conventions for plugin would be very appreciated too (like naming, API, usage, etc ...).
Here two packages of mine :
The text was updated successfully, but these errors were encountered: