FilledStacks / responsive_builder

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

added optional enforcing for certain orientation #11

Closed jakobwgnr closed 2 years ago

jakobwgnr commented 4 years ago

This PR adds an optional functionality to enforce a certain orientation in OrientationLayoutBuilder which might be a nice little feature when dealing with layouts.

In addition there was some automatic formatting done by the IDE as well as a few updates to the pubspec.yaml. Hope that is fine

Gerrel commented 2 years ago

@FilledStacks would like to see these enforce properties on OrientationLayoutBuilder so that I can for example enforce portrait layout on mobile without doing some extra if-statements and anonymous builder functions.

jakobwgnr commented 2 years ago

@Gerrel , @FilledStacks : Apologies for late feedback. I haven't been using flutter nor dart since creating this PR back in april 2020. Hence I feel quite uncomfortable reworking this PR. Would one of you be able to take over an finish this one?

Many thanks for your understanding! Jakob

Gerrel commented 2 years ago

@FilledStacks I’ll create a new PR.

Gerrel commented 2 years ago

@FilledStacks This PR can be closed I've created the new PR: #38 https://github.com/FilledStacks/responsive_builder/pull/38

jakobwgnr commented 2 years ago

@Gerrel appreciated

FilledStacks commented 2 years ago

Published @Gerrel