flutter_spacer_plus 0.0.1
flutter_spacer_plus: ^0.0.1 copied to clipboard
A flutter package
This package helps to add spaces between widgets in a very easy way, reduces lots of boilerplate code and helps making code more manageable.
Features #
helps add spaces between widgets.
Getting started #
You can simply start using this package by calling its elements where 'h' stands for height and 'w' stands for width. You can add number after h and w which indicates its height and width respectively.
Usage #
You can simply start using this package by calling its elements where 'h' stands for height and 'w' stands for width. You can add number after h and w which indicates its height and width respectively.
Additional information #
This package provides spaces of height up to 750px and width up to 550px. You can use it in anywhere in the code. E.g. Column, Row, etc.