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

Releases: litlifesoftware/leitmotif-flutter

v2.2.0

21 Nov 12:42
Compare
Choose a tag to compare
  • New and updated LitIcons
  • Options to use default Material widgets on LitScaffold and LitTabView
  • Add longPressed gesture on various widgets
  • Update LLSW branding on LitStartupScreen
  • Add ScrollableText widget
  • Improve error handling on LitSnackbarController

v2.1.2

02 Aug 17:14
Compare
Choose a tag to compare
  • Fix missing AnimationController dispose call on LitToggleButton

v2.1.1

24 Jul 18:55
Compare
Choose a tag to compare
  • Allow alternative navigation using tapToNavigate on IndexedPageView

v2.1.0

21 May 18:13
Compare
Choose a tag to compare

v2.0.3

16 Feb 17:27
Compare
Choose a tag to compare
  • Improve gradient background on LitUserIcon
  • Improve color contrast on LitDeleteButton
  • Improve styling on CollapseOnScrollActionButton
  • Change text styles on DiscardDraftDialog and ConfirmDeleteDialog

v2.0.2

23 Jan 13:14
Compare
Choose a tag to compare
  • Add ConfirmDeleteDialog, a dialog widget to confirm a delete action.
  • Add additional localizations.
  • Refactor a variety of widgets and classes.

v2.0.1

22 Nov 18:08
Compare
Choose a tag to compare

2.0.1

  • Add LitDeleteButton, a red-themed button to delete content.
  • Fix stack overflow previously occuring on the LitNavigationButton.
  • Standardize spacings on several widgets.

v2.0.0

08 Nov 18:14
Compare
Choose a tag to compare

2.0.0

  • Implement LeitmotifLocalizations to provide localized strings by default.
  • Add LitSettingCard to toggle values.
  • Relabel LitColors using utility labels.
  • Replace the VT323 monospace font with CourierPrime
  • Implement updated design and API on several screens and widgets.
  • Refactor several libraries.
  • Remove deprecated widgets.

v1.4.3

20 Sep 17:45
Compare
Choose a tag to compare

1.4.3

  • Add formatAsLocalizedDateTime on LocalizedDateTime extension.
  • Create titles library.
  • Add LitScreenTitle and LitCardTitle widgets to titles library.
  • Add LitTitledActionCard.
  • Improve scale animation on LitPushedThroughButton.
  • Improve button sizing on LitCalendarNavigation.
  • Add displayBackButton option to hide and display navigation buttons on 'fixed on scroll' app bars.
  • Add LitDescriptionTextBox, a Flutter widget displaying an Icon alongside the provided description.
  • Add LitGradients library.

v1.4.2

21 Aug 18:50
Compare
Choose a tag to compare

v1.4.2

Available on pub.dev

  • Migrated from the deprecated package_info plugin to package_info_plus (provided by lscbot).
  • Add support for Windows, Linux and Web-based platforms.