rettulf 0.0.12 rettulf: ^0.0.12 copied to clipboard
Write widgets in reverse! Rettulf provides lots of wrappers for you build widgets with method chaining.
0.0.12 #
- [BREAKING CHANGE] Remove
opacityOrNot
. - [BREAKING CHANGE] Redesign
ValueListenable
extension. - Added wrappers of
SliverPadding
.
0.0.11 #
- Fixed
opacityOrNot
.
0.0.10 #
- Added wrappers of
Opacity
,AspectRatio
,AnimatedBuilder
. - Added
opacityOrNot
forOpacity
. - Fixed
clipBehavior is none in ClipRRect
. - Added
colorScheme
onBuildContext
.
0.0.9 #
- Added wrappers of
InkWell
,ClipRRect
,Positioned
,Listener
.
0.0.8 #
- [BREAKING CHANGE] Renamed arguments to short ones.
- Added with
heroOr
,sizedBy
. - Added wrappers of
MouseRegion
,TextSpan
.
0.0.7 #
- Added
isPortrait
andisLandscape
inBuildContext
. - Typo:
expended
toexpanded
. - Added wrappers of
FittedBox
,LimitedBox
,OverflowBox
.ConstrainedBox
,UnconstrainedBox
. - Fixed:
SizedBox
missedchild
.
0.0.6 #
- Removed an accidentally-shadowed extension getter,
BuildContext.size
, on BuildContextMediaQueryEx. - Fixed:
Align
was unimplemented.
0.0.5 #
- Added wrappers of
Container
,Card
. - Added extension functions for
MediaQuery
. buildcontext/show.dart
was Hidden in the entry point.- [BREAKING CHANGE] Renamed the argument
clipBehavior
toclip
.
0.0.4 #
- Added wrapper of
Wrap
,Align
. Text
can be applied onObject?
now.Flex
can also be applied on a single Widget now.- Added
padV
andpadH
shortcuts ofpadSymmetric
.
0.0.3 #
- Added DSL for
ValueListenable
. - Added wrappers of
Hero
,PreferredSize
,SingleChildScrollView
. - Fixed:
flex
was needed inExpanded
.
0.0.2 #
- Added wrappers of
Expanded
,Flexible
,Stack
,SafeArea
,GestureDetector
,CupertinoButton
andFloatingActionButton
.
0.0.1 #
- Added basic widgets support.