This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Releases: litlifesoftware/lit_ui_kit
Releases · litlifesoftware/lit_ui_kit
v1.4.0
v1.4.0
Available on pub.dev
FINAL RELEASE
IMPORTANT
: Please migrate to the (Leitmotif) package for future releases.- Replace the
child
member with a simpletitle
member onFixedOnScrollAppbar
. - Add a
gradientColors
member onLitFooter
to customize its background gradient. - Add a
contrastColor
member onLitUserIcon
to customize its background gradient.
v1.3.0
LitUIKit v1.3.0
Available on pub.dev
- Rename
AboutAppDialog
toLitAboutDialog
. - Add
LitInfoIcon
toart
library. - Add
LitStaticLoadingScreen
toscreens
library. - Improve error handling when calling
dispose
on several custom controller classes. - Update
LitSansSerifStyles
type system according toMaterial Design
Guidelines (https://material.io/design/typography/the-type-system.html#type-scale). - Add customizable
initialTabIndex
andtransitionListener
members onLitTabView
.
v1.2.0
LitUIKit v1.2.0
Available on pub.dev
- Fix overflow on
LitPrivacyPolicyScreen
. - Allow custom padding on
LitOnboardingScreen
. - Add
LitTextPageView
widget to display a list of cards using a transition animation. - Add
LitPrivacyDisclaimerScreen
. - Add
LitBoxShadows
, a collection of styled box shadows. - Rename
ConfirmAgeScreen
toLitConfirmAgeScreen
. - Remove
url_launcher
dependency.
v1.1.0
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.