-
Notifications
You must be signed in to change notification settings - Fork 128
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
Why choose it ofer retrofit? #633
Comments
Err because https://github.com/square/retrofit is an Android package and this is a Flutter package. |
https://pub.dev/packages/retrofit Looks like they inspired from you guys. Would be nice to have a comparison. |
Not sure what the purpose of that would be 🤷, however, right off the bat you can see that the main difference is that https://pub.dev/packages/retrofit depends on https://pub.dev/packages/dio whereas this package depends on https://pub.dev/packages/http. |
Interesting, that is one deal breaker for us. Would be great to know more differences, so people could choose the package they want, according to their needs. |
We open source package maintainers should focus our limited time on developing features and fixing bugs. With the abundance of options available on https://pub.dev people should always do their own research and decide what they want. |
The documentation says:
Chopper is an http client generator for Dart and Flutter using source_gen and inspired by Retrofit.
Can you make a table or some examples describing why we should choose copper over retrofit?
The text was updated successfully, but these errors were encountered: