This repository was 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 RELEASEIMPORTANT: Please migrate to the (Leitmotif) package for future releases.- Replace the
childmember with a simpletitlemember onFixedOnScrollAppbar. - Add a
gradientColorsmember onLitFooterto customize its background gradient. - Add a
contrastColormember onLitUserIconto customize its background gradient.
v1.3.0
LitUIKit v1.3.0
Available on pub.dev
- Rename
AboutAppDialogtoLitAboutDialog. - Add
LitInfoIcontoartlibrary. - Add
LitStaticLoadingScreentoscreenslibrary. - Improve error handling when calling
disposeon several custom controller classes. - Update
LitSansSerifStylestype system according toMaterial DesignGuidelines (https://material.io/design/typography/the-type-system.html#type-scale). - Add customizable
initialTabIndexandtransitionListenermembers onLitTabView.
v1.2.0
LitUIKit v1.2.0
Available on pub.dev
- Fix overflow on
LitPrivacyPolicyScreen. - Allow custom padding on
LitOnboardingScreen. - Add
LitTextPageViewwidget to display a list of cards using a transition animation. - Add
LitPrivacyDisclaimerScreen. - Add
LitBoxShadows, a collection of styled box shadows. - Rename
ConfirmAgeScreentoLitConfirmAgeScreen. - Remove
url_launcherdependency.
v1.1.0
LitUIKit v1.1.0
Available on pub.dev
- Move
LitSliderCardtosliderlibrary. - Add
LitColorPickerDialogto edit and createColorobjects. - Alter
LitSlider's default styling. - Fix unclean box shadow rendering on
LitSliderThumb. - Make
ConfirmAgeScreenreturn the submitted date using a callback method. - Add
addListenermember onLitSettingsPanelControllerto call custom callbacks on each action. - Add optional
hideflag onLitBottomNavigationto hide theLitBottomNavigationif needed. - Add
addListenermember onLitSnackbarControllerto call custom callbacks on each action. - Replace
ColumnwithStackto display grouped notifications onLitNotificationContainer. - Add customization options on
LitBottomNavigation. - Add
LitUserIconto display the username as an acronym on a colored background. - Alter default styling on
LitSliderandLitSliderCard. - Add
LitSettingsFooterto implement a minimalist settings section. - Constrain
LitFooter's width on landscape mode.