rettulf 3.0.0
rettulf: ^3.0.0 copied to clipboard
Write widgets in reverse! Rettulf provides lots of wrappers for you build widgets with method chaining.
3.0.0 #
- Bump the minimum Flutter to 3.29.0
- Removed
inkWellextension function onWidget. - Removed
buildListviewextension function onWidget Function(BuildContext context, int index).
2.3.0 #
- Bump the minimum Flutter to 3.27.0
- Row, Column, and Flex support
spacingnow.
2.2.0 #
- Allowed args of
sizedAllandsizedInto be null.
2.1.1 #
- Added
BuildContext.brightness. - Added
inFilledCard,inOutlinedCard. - Added
sliverandsliverList.
2.0.1 #
- Fixed:
BuildContext.navigatorwas accidentally removed.
2.0.0 #
- [BREAKING CHANGE] Removed alias
MAAlign,MASize, andCAAlign. - [BREAKING CHANGE] Renamed all extensions to be prefixed with
Rettulf. - [BREAKING CHANGE] Removed the
flex,row,columnfor single widget. - [BREAKING CHANGE] Removed
showDialog,showBottomSheet,showModalBottomSheet, andshowDatePicker. - Fixed:
PreferredSizeWidgetextension has name collision.
1.0.0 #
- [BREAKING CHANGE] Removed
scaffold,appBar,materialApp,fabinmaterial.dart. - [BREAKING CHANGE] Removed
button.dart, includingtextBtn,elevatedBtn,cupertinoBtn,iconBtn. - [BREAKING CHANGE] Renamed
textSpantospan. - [BREAKING CHANGE]
clipRRect.borderRadiusis nonnullable now.
0.0.13 #
- [BREAKING CHANGE] Changed
ValueListenablearrow direction to be more fluent.
0.0.12 #
- [BREAKING CHANGE] Remove
opacityOrNot. - [BREAKING CHANGE] Redesign
ValueListenableextension. - Added wrappers of
SliverPadding.
0.0.11 #
- Fixed
opacityOrNot.
0.0.10 #
- Added wrappers of
Opacity,AspectRatio,AnimatedBuilder. - Added
opacityOrNotforOpacity. - Fixed
clipBehavior is none in ClipRRect. - Added
colorSchemeonBuildContext.
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
isPortraitandisLandscapeinBuildContext. - Typo:
expendedtoexpanded. - Added wrappers of
FittedBox,LimitedBox,OverflowBox.ConstrainedBox,UnconstrainedBox. - Fixed:
SizedBoxmissedchild.
0.0.6 #
- Removed an accidentally-shadowed extension getter,
BuildContext.size, on BuildContextMediaQueryEx. - Fixed:
Alignwas unimplemented.
0.0.5 #
- Added wrappers of
Container,Card. - Added extension functions for
MediaQuery. buildcontext/show.dartwas Hidden in the entry point.- [BREAKING CHANGE] Renamed the argument
clipBehaviortoclip.
0.0.4 #
- Added wrapper of
Wrap,Align. Textcan be applied onObject?now.Flexcan also be applied on a single Widget now.- Added
padVandpadHshortcuts ofpadSymmetric.
0.0.3 #
- Added DSL for
ValueListenable. - Added wrappers of
Hero,PreferredSize,SingleChildScrollView. - Fixed:
flexwas needed inExpanded.
0.0.2 #
- Added wrappers of
Expanded,Flexible,Stack,SafeArea,GestureDetector,CupertinoButtonandFloatingActionButton.
0.0.1 #
- Added basic widgets support.