-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Network inspector to inspects the HTTP(S) requests/responses #221
Comments
not sure what we used in Varun but we definitely need this |
yep I just found that it was alice as well. |
@sleepylee yeah, to be honest, we did not have any network inspector tool in the Varun project. Maybe in your |
@luongvo We're using https://pub.dev/packages/requests_inspector in easy Hotel Flutter project. I'm not sure if |
@doannimble it needs to be detachable i.e on the Firebase/Testflight build without connecting to dev tool. |
it seems you sent a wrong tool @doannimble 😄 |
@luongvo @sleepylee |
@doannimble do you mean this tool https://pub.dev/packages/requests_inspector? |
Confirmed by @doannimble here to use https://pub.dev/packages/requests_inspector for both HTTP with Dio and GraphQL with gql_link. |
in case we are still discussing with tool to use, it is open for discussion, thus I updated the title |
@luongvo I think we can create the voting so the members can choose the preferred tool. IMO, both request_inspector and Alice are easy to use, but I would choose Alice because it has more ratings on the Github page (more users use it so probably it's more stable 💡 ) 😄 |
Why
Inspired by what we did in Android Templates, having a built-in Chucker tool that helps to inspect the HTTP(S) requests/responses is really helpful & efficient for the team, PM, and testers to determine and resolve the networking issues in the app build. We have the same tool in Flutter called Alice (more powerful than Chucker Flutter), so it's time to add it to our template.
Who Benefits?
Developers, PM, testers
The text was updated successfully, but these errors were encountered: