layrz_theme 4.0.20 copy "layrz_theme: ^4.0.20" to clipboard
layrz_theme: ^4.0.20 copied to clipboard

Layrz standard theme library for Flutter, based on Material You (Material 3).

Changelog #

4.0.20 #

  • Updated shadow color on the generateLightTheme y generateDarkTheme to Colors.black.withOpacity(0.3)
  • Added Layo

4.0.19 #

  • Improvements in ThemedLayout and layout-related widgets, now will consider MediaQuery.of(context).padding to the fixed overlays' locations.

4.0.18 #

  • Some hotfixes in ThemedLayout and layout-related widgets

4.0.17 #

  • Added currentPath to overrides the currentPath on Layout

4.0.16 #

  • Added support on ThemedLayout and layout-related widgets to use different pushNamed() and pop() navigator methods. (Basically can support go_router)

4.0.15 #

  • Added elevation, shadowColor and reverse properties to drawAvatar()
  • Updated functionality of color property on drawAvatar(), now will apply to dynamicAvatar
  • Updated documentation of reverse on generateContainerElevation()

4.0.14 #

  • Corrections on Text size prediction in ThemedSnackbar, should not overflow the text.

4.0.13 #

  • Updated width for ThemedSnackbar, now, for screens with width mess than 500u will expand to the full width of the screen

4.0.12 #

  • Added disableNotifications to ThemedAppBar to disable notification icon.

4.0.11 #

  • New helper functions saveFile and pickFile to help in the process to save a file or get a files from the device.

4.0.10 #

  • Added the option to disable SafeArea inside a child of the ThemedLayout
  • Added the possibility to change the padding of the child inside of the ThemedLayout

4.0.9 #

  • Fixed ThemedNotificationIcon to handle Dynamic Island (And hopefully any SafeArea padded segment)

4.0.8 #

  • Adjusted status bar color when the ThemedDrawer is opened or closed.

4.0.7 #

  • New function setThemedSnackbarScaffoldKey to set a GlobalKey<ScaffoldState> to the ThemedSnackbar.
  • ThemedSnackbar now will use as primary context the GlobalKey<ScaffoldState> setted before, otherwise, will use the provided BuildContext in the constructor.

4.0.6 #

  • Added default empty text for Notifications and reduced size of the logo on ThemedAppBar
  • Added name of the page in the ThemedLayoutStyle.sidebar as a "Fake AppBar"

4.0.5 #

  • Fixes on design on Android

4.0.4 #

  • New widget ThemedLayout to unify ThemedAppBar, ThemedDrawer and ThemedTaskbar using a unified Layrz style
  • Internal file organization updated to a sub-libraries schema

4.0.3 #

  • Fixed ThemedTable actions having no divider
  • Added shadow color to ThemedDrawer elements

4.0.2 #

  • Modified constraints for file, collection and google_fonts to accomplish pub points warnings

4.0.1 #

  • Fixes related to pub points
  • Added new style for buttons ThemedButtonStyle.filledFab to accomplish the buttons of Material You

4.0.0 #

  • Initial public release