API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. It is supported for macOS, Windows, Linux, Android & iOS. A lightweight alternative to postman/insomnia.
Adds the ability to clear the current response of a request.
Note: The clearResponse method in the CollectionStateNotifier doesn't utilise the copyWith method of the RequestModel because the copyWith method uses null checks for responseStatus, message and responseModel
PR Description
Adds the ability to clear the current response of a request. Note: The
clearResponse
method in theCollectionStateNotifier
doesn't utilise the copyWith method of theRequestModel
because the copyWith method uses null checks forresponseStatus
,message
andresponseModel
Related Issues
Checklist
main
branch before making this PRflutter test
) and all tests are passingAdded/updated tests?
We encourage you to add relevant test cases.