FilledStacks / responsive_builder

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

Allow the responsive break points to be supplied manually #2

Closed FilledStacks closed 4 years ago

FilledStacks commented 4 years ago

Instead of the using hard coded values we should use these values as defaults and also allow the user to pass in custom values.

FilledStacks commented 4 years ago

Thanks @AzMoza for adding this.