shake_http_client 14.1.0-rc.5
shake_http_client: ^14.1.0-rc.5 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"));