xray_network_dio_interceptor 0.0.10
xray_network_dio_interceptor: ^0.0.10 copied to clipboard
A pure Dart package providing a Dio interceptor for xray_inspector. Works with Flutter and Dart backends (Serverpod, Relic, Dart Frog, Shelf).
For license information, see LICENSE.
0.0.10 #
- Align version number with the rest of the xray_inspector packages.
0.0.9 #
- Align version number with the rest of the xray_inspector packages.
0.0.8 #
- Added
repositorylink to pubspec so pub.dev surfaces the GitHub source repository alongside the existing homepage and issue tracker links.
0.0.7 #
- Matching versions
0.0.6 #
- Matching versions
0.0.5 #
- Marked as pure Dart package to support backend usage (Serverpod, Relic, Dart Frog, Shelf).
- Dependency updates.
0.0.4 #
- Improved README.md.
0.0.3 #
- Added support for partnership licenses.
0.0.2 #
- Bug fixes and code cleanup.
- Removed old references.
- Fixed compile issues and import errors.
0.0.1 #
Initial release:
- Flutter package providing a Dio interceptor for network inspection
- Captures HTTP requests and responses and forwards them to xray_inspector
- Drop-in integration: add the interceptor to your Dio instance to enable inspection