fancy_dio_inspector_personal 1.0.1
fancy_dio_inspector_personal: ^1.0.1 copied to clipboard
A modified version of the Dio HTTP inspector, forked from the original fancy_dio_inspector.
NEXT #
- Unfocus search field when tapped outside of it.
1.7.0 #
1.6.1 #
- Improve theme support.
1.6.0 #
- NEW FEATURE: Add
themeDataparameter toFancyDioInspectorViewin order to override the default theme.
1.5.1 #
- NEW FEATURE: Show elapsed duration to the response and error models.
1.5.0 #
- NEW FEATURE: Add
l10nOptionsparameter toFancyDioInspectorViewin order to localize the inspector view.
1.4.0 #
- NEW FEATURE: Add
consoleOptionsparameter toFancyDioInspectorOptionsin order to print requests, responses and errors to the console.
1.3.0 #
- BREAKING CHANGE: Remove
FancyDioInspectorView'sonClosePressedparameter. - Add
leadingandactionsparameters toFancyDioInspectorViewin order to give more control over the app bar.
1.2.3 #
- Upgrade Dart SDK version from
<3.0.0to<4.0.0.
1.2.1 #
- Downgrade Dart SDK version from
2.19.6to2.17.6. - Upgrade Flutter SDK version from
1.17.0to3.0.5.
1.2.0 #
- BREAKING CHANGE:
FancyDioInterceptor'soptionsparameter is now a named parameter instead of a positional parameter. - Add
OnRequestCreated,OnResponseCreatedandOnErrorCreatedcallbacks toFancyDioInterceptor.
1.0.0 #
- Initial release.
