foss42 / apidash

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.
https://apidash.dev
Apache License 2.0
1.66k stars 317 forks source link

update: test cases added from POST4 to POST9 for dart (http) #296

Closed nikkivirtuoso closed 7 months ago

nikkivirtuoso commented 7 months ago

PR Description

as the dio package has been updated I have fixed the code according to the package and included the testcases POST4-9

Related Issues

Checklist

Added/updated tests?

We encourage you to add relevant test cases.

nikkivirtuoso commented 7 months ago

all test cases have successfully passed

Screenshot 2024-03-14 at 1 57 24 PM
animator commented 7 months ago

@nikkivirtuoso all test cases have passed, but have you run the codes generated by POST4 - POST9 locally to verify that it actually works.

nikkivirtuoso commented 7 months ago

@animator wait checking for null conditions

nikkivirtuoso commented 7 months ago

@animator please have a look i have updated the test cases and handled the null values now it will be able to compile and work properly

ashitaprasad commented 7 months ago

LGTM 🚀