FilledStacks / responsive_builder

A set of widgets to make responsive UI building in flutter more readable
MIT License
504 stars 81 forks source link

Fix default breakpoints conditions #14

Closed ferrarafer closed 4 years ago

ferrarafer commented 4 years ago

I fixed the conditions of the breakpoints to be greater than or equal cause 600 should be included for small tablets and was not included in the condition, the same for 950 on desktop.

FilledStacks commented 4 years ago

awesome. Thanks