widgets/auto_layout library

Classes

AutoLayout
This stateless widget will allow the developers to develop for multiple screen sizes. You can create breakpoints, the points in which the auto-layout should use that widget when the screen size is within those thresholds
AutoLayoutHelper
A helper for AutoLayout to make it easier develop for different screen sizes.
IAutoLayout
An interface to make it easier to implement auto layout capabilities

Extensions

AutoLayoutExtension on IAutoLayout
an extension to make it easier to build an AutoLayout from IAutoLayout interface