styled_widget 0.4.1 styled_widget: ^0.4.1 copied to clipboard
Simplifying your widget tree structure by defining widget using methods. Taking ispiration from CSS and SwiftUI
0.4.1 #
- Added
toWrap
- Added padding parameter to
scrollable
0.4.0 #
- Added key parameter to all widget methods
- Added
Styled.builder()
method
0.3.1+2 #
- Text extensions nullable
0.3.1+1 #
- Animation null-exeption fix
0.3.1 #
- Added
paddingDirectional
,positionedDirectional
andborderRadiusDirectional
0.3.0 #
- Null safety
- Minor fixes
0.2.2 #
- 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
0.2.1 #
- Added
aspectRatio
,center
,fittedBox
,fractionallySizedBox
,card
- Added
seperator
totoRow
andtoColumn
list methods
0.2.0 #
- 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
0.1.3 #
- Added
flexible
asWidget
extension method - Fixed bug with
textStyle
not working correctly
0.1.2 #
- Added
expanded
asWidget
extension method - Added
positioned
asWidget
extension method
0.1.1 #
- Added
textStyle
method toText
andTextSpan
TextSpan
methods updated to matchText
methods- Added
clipRect
- Added
clipper
andclipBehavior
toclipRRect
0.1.0+2 #
- Fixed gestures not working with
ripple
0.1.0 #
- 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
0.0.8 #
- Added
animation
forbackgroundColor
,backgroundImage
,backgroundGradient
,backgroundLinearGradient
,backgroundRadialGradient
,backgroundSweepGradient
,backgroundBlendMode
,border
,boxShadow
,width
andheight
- [fix]
transform
animation crashes app
0.0.7 #
- 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
0.0.6 #
- 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
0.0.5 #
- Added styling methods for [TextSpan]
0.0.4 #
- Added
linearGradient
,radialGradient
,sweepGradient
,backgroundBlendMode
,backgroundImage
,scrollable
- Merges similar widgets together
- Minor improvements and fixes
0.0.3 #
- Added animations for all [widget] methods supporting animations
- Added more methods
0.0.2 #
- Added more basic widgets
- Added some animated widgets
0.0.1 #
- Initial consept