dio_mocked_responses 1.6.1
dio_mocked_responses: ^1.6.1 copied to clipboard
Interceptor that help you to mock backend responses in flutter project.
1.6.1 #
- Add persona to mock system
- fix: add tests for query parameters
- fix: add tests for data in post requests in history
- doc: make new README & add CONTRIBUTING
- doc: add example with first configuration
- doc: add code documentation
1.5.0+2 #
- Add DioException on handler when status code different of 200
- Add request data on history item
1.5.0+1 #
- Add context support
1.4.0 #
- Add history of requests
1.3.0 #
- Add support for Array in DataResponse
1.2.0+1 #
- Fixed blocking test with readAsString async
1.2.0 #
- Take query paramters in file path
1.1.0+1 #
- Fix return type of data for mocked responses
1.1.0 #
- Change json file structure to stop use asset folder
1.0.0+1 #
- Added Github Actions for CI/CD
1.0.0 #
- Forked from Flutter Dio Mock Interceptor