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.47k stars 274 forks source link

fix: resizing split views #426

Closed DenserMeerkat closed 2 months ago

DenserMeerkat commented 2 months ago

PR Description

Package Author's explanation With regard to the author's explanation in the conversation, I made the sidebar (split_view_dashboard) use fixed size (pixel) values. And for the equal_split_view I found three options:

Related Issues

Checklist

Added/updated tests?

We encourage you to add relevant test cases.