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"));