This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
v1.1.0
michaelgrigorenko
released this
09 Jul 14:47
·
46 commits
to master
since this release
LitUIKit v1.1.0
Available on pub.dev
- Move
LitSliderCard
toslider
library. - Add
LitColorPickerDialog
to edit and createColor
objects. - Alter
LitSlider
's default styling. - Fix unclean box shadow rendering on
LitSliderThumb
. - Make
ConfirmAgeScreen
return the submitted date using a callback method. - Add
addListener
member onLitSettingsPanelController
to call custom callbacks on each action. - Add optional
hide
flag onLitBottomNavigation
to hide theLitBottomNavigation
if needed. - Add
addListener
member onLitSnackbarController
to call custom callbacks on each action. - Replace
Column
withStack
to display grouped notifications onLitNotificationContainer
. - Add customization options on
LitBottomNavigation
. - Add
LitUserIcon
to display the username as an acronym on a colored background. - Alter default styling on
LitSlider
andLitSliderCard
. - Add
LitSettingsFooter
to implement a minimalist settings section. - Constrain
LitFooter
's width on landscape mode.