**1.0.1**

This commit is contained in:
2026-02-25 13:33:17 +02:00
parent 50da40e044
commit 2699d89bcd
5 changed files with 13 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ A collection of high-performance Dart extensions designed to eliminate UI boiler
* **.resolveToDirectional()** (`BorderRadiusGeometry`): Reverses corner radii (e.g., top-left to top-right) for RTL support.
* **.copyWith()** (`EdgeInsetsGeometry` / `BorderRadiusGeometry`): An additive method to combine geometries without overwriting existing values.
* **.padAll / .symH / .symV / .padTop / .padBot** (`num`): Quick-access `EdgeInsets` generators directly from numbers.
* **.pad** (`num`): General EdgeInsets wrapper.
* **.padStart / .padEnd** (`num`): RTL-aware `EdgeInsetsDirectional` generators.
* **.ofSW() / .ofSH()** (`num`): Returns a double representing a percentage of the screen width or height (e.g., `20.ofSW(context)`).