OpenFlutter / flutter_screenutil

Flutter screen adaptation, font adaptation, get screen information
https://pub.dartlang.org/packages/flutter_screenutil
Apache License 2.0
3.88k stars 494 forks source link

Added Vertical and Horizontal Spacing Widget for Columns and Rows #332

Closed kageeker closed 2 years ago

kageeker commented 2 years ago

I find this functionality very handful and I use it through my development process as much as I use the plugin extension methods.

Simply to make blank spaces (in Rows and Columns or Listviews etc...):

We can use it like this: 10.verticalSpace or 10.horizontalSpace.