- [BREAKING CHANGE] Renamed arguments to short ones.
- Added with
heroOr
.
- Added
isPortrait
andisLandscape
inBuildContext
. - Typo:
expended
toexpanded
. - Added wrappers of
FittedBox
,LimitedBox
,OverflowBox
.ConstrainedBox
,UnconstrainedBox
. - Fixed:
SizedBox
missedchild
.
- Removed an accidentally-shadowed extension getter,
BuildContext.size
, on BuildContextMediaQueryEx. - Fixed:
Align
was unimplemented.
- 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
.
- 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
.
- Added DSL for
ValueListenable
. - Added wrappers of
Hero
,PreferredSize
,SingleChildScrollView
. - Fixed:
flex
was needed inExpanded
.
- Added wrappers of
Expanded
,Flexible
,Stack
,SafeArea
,GestureDetector
,CupertinoButton
andFloatingActionButton
.
- Added basic widgets support.