fancy_dio_inspector 1.4.0 fancy_dio_inspector: ^1.4.0 copied to clipboard
A HTTP inspector for Dio. It allows you to log & copy cURL of every request, response or error.
1.4.0 #
- NEW FEATURE: Add
consoleOptions
parameter toFancyDioInspectorOptions
in order to print requests, responses and errors to the console.
1.3.0 #
- BREAKING CHANGE: Remove
FancyDioInspectorView
'sonClosePressed
parameter. - Add
leading
andactions
parameters toFancyDioInspectorView
in order to give more control over the app bar.
1.2.3 #
- Upgrade Dart SDK version from
<3.0.0
to<4.0.0
.
1.2.1 #
- Downgrade Dart SDK version from
2.19.6
to2.17.6
. - Upgrade Flutter SDK version from
1.17.0
to3.0.5
.
1.2.0 #
- BREAKING CHANGE:
FancyDioInterceptor
'soptions
parameter is now a named parameter instead of a positional parameter. - Add
OnRequestCreated
,OnResponseCreated
andOnErrorCreated
callbacks toFancyDioInterceptor
.
1.0.0 #
- Initial release.