dart_extensions_pro 0.0.2
dart_extensions_pro: ^0.0.2 copied to clipboard
A Dart package that provides handy extensions and helper functions, designed to simplify and speed up development, making coding more efficient and streamlined.
0.0.2 #
Added #
- Extensions for vertical and horizontal scroll support for widgets.
- Object alignment extensions for aligning widgets to:
- Top
- Bottom
- Left
- Right
- Center
space
extension added to simplify spacing between widgetshBox
andwBox
extensions for creating fixed-sized empty boxes in layouts.- Padding shortcuts:
pH
: Adds horizontal padding.pV
: Adds vertical padding.
Changed #
- Simplified and renamed several extension method names and parameters:
- For example,
paddingSymmetric
renamed topSymmetric
for brevity and clarity.
- For example,
0.0.1 #
- Version 1.0.0 introduces a dart package that provides handy extensions and helper functions, designed to simplify and speed up development, making coding more efficient and streamlined.