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. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.37k stars 257 forks source link

Updates fvp version from 0.14.0 to 0.17.0 to resolve build failure #386

Closed AcousticDeveloper closed 2 months ago

AcousticDeveloper commented 2 months ago

PR Description

This PR fixed the build failure over Ubuntu and Windows due to version incompatibility of fvp package. A detailed description can be found in the related issue #385.

Related Issues

Checklist

Screenshot 2024-04-27 130329

Added/updated tests?

ashitaprasad commented 2 months ago

Thanks for fixing the issue.