layrz_theme 4.0.13
layrz_theme: ^4.0.13 copied to clipboard
Layrz standard theme library for Flutter, based on Material You (Material 3).
Changelog #
4.0.12 #
- Added
disableNotificationstoThemedAppBarto disable notification icon.
4.0.11 #
- New helper functions
saveFileandpickFileto help in the process to save a file or get a files from the device.
4.0.10 #
- Added the option to disable
SafeAreainside a child of theThemedLayout - Added the possibility to change the padding of the child inside of the
ThemedLayout
4.0.9 #
- Fixed
ThemedNotificationIconto handle Dynamic Island (And hopefully anySafeAreapadded segment)
4.0.8 #
- Adjusted status bar color when the
ThemedDraweris opened or closed.
4.0.7 #
- New function
setThemedSnackbarScaffoldKeyto set aGlobalKey<ScaffoldState>to theThemedSnackbar. ThemedSnackbarnow will use as primary context theGlobalKey<ScaffoldState>setted before, otherwise, will use the providedBuildContextin 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.sidebaras a "Fake AppBar"
4.0.5 #
- Fixes on design on Android
4.0.4 #
- New widget
ThemedLayoutto unifyThemedAppBar,ThemedDrawerandThemedTaskbarusing a unified Layrz style - Internal file organization updated to a sub-libraries schema
4.0.3 #
- Fixed
ThemedTableactions having no divider - Added shadow color to
ThemedDrawerelements
4.0.2 #
- Modified constraints for
file,collectionandgoogle_fontsto accomplish pub points warnings
4.0.1 #
- Fixes related to pub points
- Added new style for buttons
ThemedButtonStyle.filledFabto accomplish the buttons of Material You
4.0.0 #
- Initial public release