speed_up_flutter 0.3.1 speed_up_flutter: ^0.3.1 copied to clipboard
This package will speed up your developing.
SpeedUp Flutter #
This package will speed up your developing.
Usage #
Number extensions #
20.h; // Add vertical spacing
20.w; // Add horizontal spacing
Section #
A section is a thematic grouping of content, typically with a heading
Section(
[
Text('Name Andrew'),
10.h,
Text('Age 18'),
],
heading: Text('User info'),
)
Contributing #
We accept the following contributions:
- Improving documentation
- Reporting issues
- Fixing bugs