dart_extensions_pro 0.0.3
dart_extensions_pro: ^0.0.3 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.3 #
Fixed #
- Moved
flutter_lintstodev_dependencies. - Resolved
intlpackage version compatibility issue. - Fixed web compilation errors due to mismatched constant names in
int_constants_web.dart. - Updated conditional export from
dart.library.jstodart.library.js_interop. - Removed duplicate exports of
int_constants_io.dartandint_constants_web.dartfrom barrel file.
Changed #
- Added
library dart_extensions_pro;declaration to the main barrel file. - Reorganized barrel file exports into logical groups.
Updated #
flutter_lintsupgraded to^6.0.0.collectionupgraded to^1.19.1.
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
spaceextension added to simplify spacing between widgetshBoxandwBoxextensions 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,
paddingSymmetricrenamed topSymmetricfor 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.
