Releases: jozzdart/exui
Releases · jozzdart/exui
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
Added detailed tests for all extensions and fixed all issues found
Fixed
- Fixed all alignment methods to accept optional parameters
- Fixed
TextExtensions
to usewith
prefix for all modification methods, was conflicting with getters with same name - Fixed
Opacity
extensions asserts - Fixed
Icon
modify extensions not working as expected
Changed
- Renamed
expanded
toexpanded1
for consistency - Removed redundant exports from material and cupertino modules
Added
- Improved documentation to be more comprehensive and easier to understand
- Added
safeArea
extensions for improved layout control
v1.0.2
v1.0.1
v1.0.0
- Added
opacityZero
,opacityTransparent
, andopacityInvisible
methods toOpacityWidgetExtension
for improved opacity control - Renamed
detectGestures
togestureDetector
inGestureDetectorWidgetExtension
for improved clarity - Added additional parameters to
HeroWidgetExtension
for improved hero animation control - Changed all
Widget
extensions to return the same type as the extension method - Added
sizedWidth
,sizedHeight
,gapHorizontal
,gapVertical
,gapHeight
, andgapWidth
extensions todouble
for fast gaps - Added
opacity
,sizedBox
,decoratedBox
,gesture
,hero
,constrained
and all remaining extensions to the README
v0.0.22
- Improved documentation
- Added new column extensions for enhanced layout capabilities
- Added new row extensions for enhanced layout capabilities
- Added
row*
andcolumn*
axis extensions README sections - Fixed column single widget extension not passing parameters to the underlying
Column
widget