Skip to content

Commit 7428154

Browse files
authored
Merge pull request #6 from jozzdart/dev
v1.0.0
2 parents 92f4f89 + ea78ba7 commit 7428154

33 files changed

+1356
-446
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.0
2+
3+
- Added `opacityZero`, `opacityTransparent`, and `opacityInvisible` methods to `OpacityWidgetExtension` for improved opacity control
4+
- Renamed `detectGestures` to `gestureDetector` in `GestureDetectorWidgetExtension` for improved clarity
5+
- Added additional parameters to `HeroWidgetExtension` for improved hero animation control
6+
- Changed all `Widget` extensions to return the same type as the extension method
7+
- Added `sizedWidth`, `sizedHeight`, `gapHorizontal`, `gapVertical`, `gapHeight`, and `gapWidth` extensions to `double` for fast gaps
8+
- Added `opacity`, `sizedBox`, `decoratedBox`, `gesture`, `hero`, `constrained` and all remaining extensions to the README
9+
110
## 0.0.22
211

312
- Improved documentation

0 commit comments

Comments
 (0)