These are the Widgets and other components that will help you in designing dynamic layout
AspectRatio - like Constraint Dimens Ratio to make square or rectangle view based on the screen size
FractionallySizedBox - A widget that sizes its child to a fraction of the total available space
widthFactor - Accumulate percentage of the width for Parent Widget
heightFactor - Accumulate percentage of the height for Parent Widget
FittedBox - To auto size the child widget from the designated sized to smaller
CircleBorder - To make a widget into a perfect circle
StadiumBorder - To make all widget corner curve
flex - like Weight in Android XML
SizedBox - like a Spacer
Expanded - to avoid overflowed pixels
onPressed: () {} - event click that is null at the moment
➤Source Code:
https://github.com/benedictcontawe/Fl...