Skip to content

Conversation

rayliverified
Copy link
Contributor

No description provided.

*Replace double quotes with single quotes to be consistent with Flutter style guidelines.
*Create Shrink Wrap property to control Responsive Wrapper height behavior.
*Pass correct MediaQueryData and calculate shrink wrap in Container widget.
*Update tests.
*Create named breakpoints that only act as tags.
*AutoScale behavior now supports null, true, and false. Must explicitly set `autoScale` behavior if no breakpoint name is set.
*FIX set breakpoint behavior active when equal to maxWidth.
*Update Responsive Breakpoint API to use constructors.
*Create new ResponsiveWrapper logic with new ResponsiveBreakpoint behavior and internal ResponsiveBreakpointSegments.
*Update tests.
*Remove no active breakpoint conditions. Now there is always a breakpoint active or a constructed default breakpoint.
*Create parameter to enable logging.
*FIX Add back 0 width and height special conditions.
*FIX Add back 0 width and height special conditions.
*Calculate initialBreakpoint and breakpointHolder correctly for inheriting behavior.
*Add padding to ResponsiveRowColumn. 
*Update spacing parameter.
*Create AutoScaleDown behavior.
*Create ResponsiveFlexible for use in ResponsiveRowColumn.
*Correctly calculate visibility for ResponsiveVisibility.
*Create autoScaleDown override behavior.
*Create generic Responsive Value.
*Create Responsive Row Column Item for item ordering and fit.
*Set null order to max int value.
*Create rowFlex and columnFlex.
*Automatically determine isFlexible for ResponsiveRowColumnItem based on rowFlex and columnFlex.
*Rename ResponsiveRowColumn parameters.
*Use single rowColumn value that is required.
*When rowColumn = true, show row. If false, show column.
*Sort Conditionals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant