lean_ui_kit 1.0.0
lean_ui_kit: ^1.0.0 copied to clipboard
A small ui_kit with basic components like Buttons, Rows, Columns, Containers and a developed theming idea.
1.0.0 First fullversion done #
- Some more Widgets added like:
- LeanCircleButton
- LeanIcon
- LeanTextField
- LeanTExtButton
- Full support of the lean_theme
- This kit provides a theming template with color sets and lots of options to change is on your behalf.
- Darkmode is supported for all Widgets.
- (Most of the features are although supported by Flutter ThemeData, but I wanted to practice by coding a theme by myself.)
0.2.0 Theme adding #
- Added more widgets and theming options.
- LeanContainerScrollable
- LeanContainer
- LeanHeading
- LeanText
- LeanSpacedColumn
- LeanSpacedRow
- LeanScaffold
0.1.0 Theme adding #
- Added the theming structure.