- Unfocus search field when tapped outside of it.
- Add
showSearch
toFancyDioInspectorTileOptions
in order to be able to toggle the search field. #9 - Upgrade Dio from
5.3.3
to5.4.1
.
- Improve theme support.
- NEW FEATURE: Add
themeData
parameter toFancyDioInspectorView
in order to override the default theme.
- Upgrade Dio from
5.2.0
to5.3.3
.
- NEW FEATURE: Show elapsed duration to the response and error models.
- NEW FEATURE: Add
l10nOptions
parameter toFancyDioInspectorView
in order to localize the inspector view.
- Fix Flutter Web's truncate issue. #3
- NEW FEATURE: Add
consoleOptions
parameter toFancyDioInspectorOptions
in order to print requests, responses and errors to the console.
- BREAKING CHANGE: Remove
FancyDioInspectorView
'sonClosePressed
parameter. - Add
leading
andactions
parameters toFancyDioInspectorView
in order to give more control over the app bar.
- Upgrade Dart SDK version from
<3.0.0
to<4.0.0
.
- Upgrade Dio from
5.1.2
to5.2.0
.
- Downgrade Dart SDK version from
2.19.6
to2.17.6
. - Upgrade Flutter SDK version from
1.17.0
to3.0.5
.
- BREAKING CHANGE:
FancyDioInterceptor
'soptions
parameter is now a named parameter instead of a positional parameter. - Add
OnRequestCreated
,OnResponseCreated
andOnErrorCreated
callbacks toFancyDioInterceptor
.
- Upgrade Dio from
4.0.6
to5.1.2
.
- Initial release.