xray_inspector_core 0.0.10
xray_inspector_core: ^0.0.10 copied to clipboard
Core shared models and protocol constants for the xray_inspector ecosystem. Pure Dart — 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 #
- Extended
XRayNetworkCall.copyWithwithrequestHeadersandrequestBodyparameters.
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).
- Added
InspectorPingResponsefor better support for selecting the active inspector.
0.0.4 #
- Improved README.md.
0.0.3 #
- Added support for partnership licenses.
0.0.2 #
- Bug fixes and code cleanup.
- Fixed compile issues and import errors.
- Fixed model usage improvements.
0.0.1 #
Initial release:
- Pure Dart package (no Flutter dependency) with shared models and protocols
- Contains the core data structures used across the entire xray_inspector ecosystem
- No external dependencies, safe to include in any Dart or Flutter project