msw_dio_interceptor 1.0.3
msw_dio_interceptor: ^1.0.3 copied to clipboard
A powerful mock interceptor for Dio, inspired by MSW. Easily mock HTTP requests in your Dart and Flutter applications.
1.0.3 - 2025-11-14 #
Bug Fixes #
- Ensure LICENSE file is OSI-compliant for recognition (0f85fa4)
- Update copyright year in LICENSE file to 2025 (d4ce587)
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
1.0.0 - 2023-11-13 #
Added #
- Initial release of MSW Dio Interceptor.
- Core mocking engine with client-agnostic request/response models.
- Dio adapter for seamless integration with the Dio package.
- Flexible mock rule matching (path, regex, URL, query parameters).
- Support for simulating status codes, delays, and different response body types.
- Customizable logging for mocked requests.
- Comprehensive test suite.
- Detailed README with usage examples and testing guide.
- GitHub Actions for CI and publishing.