netwolf 0.3.0
netwolf: ^0.3.0 copied to clipboard
Inspired by Netfox on iOS. Netwolf allows for easy debugging of network requests made in your app via the use of interceptors.
0.3.0 #
Features #
- Added a
completedproperty toNetwolfResponseto indicate whether or not a request has completed. - Added a
responseTimeproperty toNetwolfResponse, indicating how long the request took to produce a response.
Changes #
- Remove usage of shake and switch to tap-based show/hide to work more easily around simulators.
- Removed
NetwolfResponseWithRelativeTimestampclass. - Removed
extended_textpackage. - Updated UI
Workflow #
- Fix failed build on Flutter 3.7 due to
extended_textpackage.
0.2.0 #
Fixes #
- Fixed an issue where Netwolf would show up on each phone shake/call to
NetwolfController.show.
Others #
- Added a separator to the request ListView to make it less confusing when there are many requests.
- Set the request ListView's item's URL
maxLinesto 3. - Use middle ellipses on overflow for URLs for the request ListView's item.
- Constrained the height of the request ListView's item's height.
0.1.0 #
0.0.3 #
- Updated license.
0.0.2 #
- Added license.
0.0.1 #
- Initial pre-release.