Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@michaelgrigorenko michaelgrigorenko released this 09 Jul 14:47
· 46 commits to master since this release

LitUIKit v1.1.0
Available on pub.dev

  • Move LitSliderCard to slider library.
  • Add LitColorPickerDialog to edit and create Color 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 on LitSettingsPanelController to call custom callbacks on each action.
  • Add optional hide flag on LitBottomNavigation to hide the LitBottomNavigation if needed.
  • Add addListener member on LitSnackbarController to call custom callbacks on each action.
  • Replace Column with Stack to display grouped notifications on LitNotificationContainer.
  • Add customization options on LitBottomNavigation.
  • Add LitUserIcon to display the username as an acronym on a colored background.
  • Alter default styling on LitSlider and LitSliderCard.
  • Add LitSettingsFooter to implement a minimalist settings section.
  • Constrain LitFooter's width on landscape mode.