mock_web_server 5.0.0-nullsafety.1 mock_web_server: ^5.0.0-nullsafety.1 copied to clipboard
Versatile scriptable Web Server for real integration tests in Flutter, server, and Dart CLI applications
Changelog #
4.1.1 - Sept 10, 2019 #
- Added compatibility with Dart 2.5.0
4.1.0 - Aug 04, 2019 #
- Added
defaultResponse
4.0.0 - Dec 06, 2018 #
- Changed
takeRequest()
to be FIFO like Square's implementation
Breaking #
- All your tests need to be updated to use
takeRequest()
according to above
3.0.0 - Nov 27, 2018 #
2.1.0 - Oct 21, 2017 #
Changed #
- Using a MockWebServer class to return the stored requests
- Loading the body of stored requests to facilitate validation
- Using a queue
2.0.0 - Oct 15, 2017 #
Breaking #
- Support for TLS now receives the cert config for better flexibility
and also to remove
resource
from the dependencies