shake_http_client 17.0.1 shake_http_client: ^17.0.1 copied to clipboard
This package is an extension for Shake bug reporting tool. The extension provides http wrapper which makes network requests visible on the dashboard.
http wrapper for Shake #
This package is an extension for Shake bug reporting tool.
The extension provides http
wrapper which makes network requests visible on the dashboard.
How to use #
ShakeHttpClient shakeHttpClient = ShakeHttpClient();
await shakeHttpClient.get(Uri.parse("http://dummy.restapiexample.com/api/v1/employees"));