dio_mocked_responses 1.4.0
dio_mocked_responses: ^1.4.0 copied to clipboard
Interceptor that help you to mock backend responses in flutter project.
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