super_duper_widget 0.11.0
super_duper_widget: ^0.11.0 copied to clipboard
One widget to rule them all.
0.0.1 #
The initial release provides some working code that helps to reduce nesting and simply work with widgets.
0.0.2 #
fix: "decoration" field of $Text widget is not applied
0.0.3 #
fix: Add decorationBorder field to $TextField widget
0.0.4 #
fix: border, radius and background properties of $Button widget not working correctly
0.1.0 #
fix: rename "super_widget" references with "super_duper_widget" add widgets: $TextFormField, $ValidatedTextField
0.2.0 #
add $Checkbox widget
0.3.0 #
fix: Issues with expanding child widgets of the $Page widget add: $Form widget
0.4.0 #
add: $IconButton widget
0.5.0 #
add: $TextButton and $Divider widgets
0.6.0 #
fix: add more detailed control to $IconButton widget add: $Dialog widget
0.7.0 #
add: heroTag parameter that will wrap widget inside Hero Widget
0.8.0 #
fix: heroTag adds white background to widgets
0.9.0 #
remove: doNotExpand property (make widgets not expand by default) add: $Column and $Wrap widgets
0.10.0 #
add: useScaffold property to $Page widget, add: $TabView, $Tab, $DefaultTabController, $TabBarView and $TabBar widgets
0.11.0 #
feat: add safearea to $Page widget for prevention of system bars overlapping app