- Added
toWrap
- Added padding parameter to
scrollable
- Added key parameter to all widget methods
- Added
Styled.builder()
method
- Text extensions nullable
- Animation null-exeption fix
- Added
paddingDirectional
,positionedDirectional
andborderRadiusDirectional
- Null safety
- Minor fixes
- Added
offstage
asWidget
extension method - Added
neumorphism
widget asWidget
extension method - [Breaking] Changed
scale
method to accept directional scaling - [Breaking] Renamed
stack
overflow parameter to clipBehavior
- Added
aspectRatio
,center
,fittedBox
,fractionallySizedBox
,card
- Added
seperator
totoRow
andtoColumn
list methods
- Major code refactoring
- Added
parent
asWidget
extension method - Added animations for
overflow
- [Breaking] Similar widgets no longer try to merge
- [Breaking] Changes
elevation
formula to match the material spec - [Breaking] Renamed
constraints
toconstrained
to avoid nameclash - [Breaking] Renamed
decoration
todecorated
to avoid nameclash
- Added
flexible
asWidget
extension method - Fixed bug with
textStyle
not working correctly
- Added
expanded
asWidget
extension method - Added
positioned
asWidget
extension method
- Added
textStyle
method toText
andTextSpan
TextSpan
methods updated to matchText
methods- Added
clipRect
- Added
clipper
andclipBehavior
toclipRRect
- Fixed gestures not working with
ripple
- Added
Styled.icon
to be able to animateIcon
- Added
Styled.text
to be able to animateText
- Changed
elevation
formula - Changed
animate
parameters from named to "unnamed" and required
- Added
animation
forbackgroundColor
,backgroundImage
,backgroundGradient
,backgroundLinearGradient
,backgroundRadialGradient
,backgroundSweepGradient
,backgroundBlendMode
,border
,boxShadow
,width
andheight
- [fix]
transform
animation crashes app
- Added
animate
- Added
border
- Added more parameters to
ripple
- Added
toColumn
,toRow
andtoStack
to [List] - Renamed
isTap
toonTapChange
- Changed
elevation
behaviour to match material design standard - [Breaking] Removed
duration
andcurve
parameters from all methods in favor ofanimate
method
- Added
animatedText
to implicitly animate text when property value changes - Animated
borderRadius
andbackgroundBlur
- Multiple
boxShadow
methods will now merge together instead of replacing - Added
textWidthBasis
method to [Text] - Added
textElevation
- Added styling methods for [TextSpan]
- Added
linearGradient
,radialGradient
,sweepGradient
,backgroundBlendMode
,backgroundImage
,scrollable
- Merges similar widgets together
- Minor improvements and fixes
- Added animations for all [widget] methods supporting animations
- Added more methods
- Added more basic widgets
- Added some animated widgets
- Initial consept