widgetx
widgetx copied to clipboard
Add padding extensions
Create easy extensions for padding in a flutter project.
Example:
Text('apple').paddingSmall()
Provide helpers to customise small, medium large as per the design guidelines for the app.
/// tiny: 2.0, small: 4.0, regular 8.0, medium: 16.0, large: 32.0
WidgetXHelper.setPaddingSpec(grid_spacer: 4.0);
Did you started that already?
Hey @evandrmb. Sorry for replying late.
Did you started that already?
Do I did not. This was a small side hustle to try something new. I am not actively maintaining it. If you are interested, you can go ahead and fork the project.