layrz_theme 4.0.7 layrz_theme: ^4.0.7 copied to clipboard
Layrz standard theme library for Flutter, based on Material You (Material 3).
Changelog #
4.0.7 #
- New function
setThemedSnackbarScaffoldKey
to set aGlobalKey<ScaffoldState>
to theThemedSnackbar
. ThemedSnackbar
now will use as primary context theGlobalKey<ScaffoldState>
setted before, otherwise, will use the providedBuildContext
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 unifyThemedAppBar
,ThemedDrawer
andThemedTaskbar
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
andgoogle_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