division 0.3.0
division: ^0.3.0 copied to clipboard
A common use Widget to simplify styling and reduce nesting, inspired by CSS. Styling a widget has never been easier!
0.3.0 #
- Major rewrite. Changed the
List<StyleItem>format to a customStyleClass.Changed theList<GestureItem>format to a customGestureClass - Improved
elevation()style property - Added
animate(),rotate(),scale()andoffset()properties to the StyleClass - Enhanced preformance
- Other minor tweaks
0.2.0 #
- Added all gesture properties found in the GestureDetector widget
- Added
elevationstyle property containing boxShadow presets. - Fixed bug with S.align() and S.alignChild() style properties. They now work with
topLeft,topRight,bottomLeftandbottomRight! - General code improvements and optimizing
0.1.0 #
- Initial release/ idea
- Implementet the basic features for the
styleproperty and thegestureproperty for theDivisionwidget