layrz_theme 4.1.3 layrz_theme: ^4.1.3 copied to clipboard
Layrz standard theme library for Flutter, based on Material You (Material 3).
Changelog #
4.1.3 #
- In all Pickers, now you can submit a
customWidget
to overrides the defaultThemedTextInput
-like widget. - New page transition
ThemedPageBuilder
to help to create a page transition with a fade animation. The main difference withThemedPageTransition
is thatThemedPageBuilder
allows to use a custombuilder
to build the page, andThemedPageTransition
only allows to use achild
widget, basically you can return something. - Renamed widget
ThemedFileInput
toThemedFilePicker
, to backward compatibility, we added an alias toThemedFileInput
toThemedFilePicker
with a dart deprecation warning.
4.1.2 #
- Hotfix on
ThemedSelectInput
andThemedDualListInput
.
4.1.1 #
- New page builder called
ThemedPageTransition
to help to create a page transition with a fade animation. - Updated
ThemedSelectInput
andThemedMultiSelectInput
to comply with the new schema of pickers. - Updated
ThemedDualListInput
to comply with the new schema of apps. Also, now will append new items when is updated.
4.1.0 #
- New widget
ThemedTooltip
, basically it's an a re-invention of theTooltip
widget, provides the option to change the spawn position of the tooltip, and prevents the issue with the defaultTooltip
widget related to the tap gesture, allowing to use any gesture on the child widget. - Updated the structure logic of the
ThemedLayout
and layout-related widgets, now, the shadows will overlap correctly. - Updated
generateLightTheme()
andgenerateDarkTheme()
withTooltip
theme. - Replaced
Tooltip
forThemedTooltip
in theThemedButton
widget. - Added the property
useDefaultRedirect
on theThemedNavigatorPage
, basically allows to push the parent page of the nested pages when istrue
, when isfalse
will push the first page of the nested pages. - Updated
ThemedColorPicker
to support multiple pickers from the packageflex_color_picker
. - Migrated
ThemedDurationInput
from anOverlay
to aDialog
. - Updated
ThemedTextInput
to supportchoices
to work like a combobox. - New widget
ThemedNumberInput
, basically is aThemedTextInput
with anum
of return. - New widget
ThemedCalendar
and helper classesThemedCalendarEntry
andThemedCalendarRangeEntry
.- FYI, we only support the Monthly calendar, if you want to help us to support the other calendars, please, feel free to open a MR, help is always welcome.
- New widgets
ThemedMonthPicker
andThemedMonthRangePicker
. - New widgets
ThemedDatePicker
andThemedDateRangePicker
. - New widgets
ThemedTimePicker
andThemedTimeRangePicker
. - Updated widgets
ThemedDateTimePicker
andThemedDateTimeRangePicker
to new picker format (From custom Overlay to Dialog). - Updated widgets
ThemedAvatarPicker
,ThemedColorPicker
,ThemedEmojiPicker
andThemedIconPicker
to new picker format (From custom Overlay to Dialog).
4.0.25 #
- Fixed toggle theme on
ThemedLayout
andadditionalActions
whenThemedLayoutStyle
isThemedLayoutStyle.sidebar
4.0.24 #
- Improved UX in
ThemedDualListInput
when selecting all while searching
4.0.23 #
- Fixed
ThemedTable
table mode (Desktop) to show the dividers correctly
4.0.22 #
- Added
customSortingFunction
toThemedColumn
allowing to sort the values of the column using a custom function
4.0.21 #
- Changes on Layout widgets to support correctly the System UI Overlay on Android and iOS
- Added loaders to
drawAvatar
andThemedImage
4.0.20 #
- Updated shadow color on the
generateLightTheme
ygenerateDarkTheme
toColors.black.withOpacity(0.3)
- Added
Layo
4.0.19 #
- Improvements in
ThemedLayout
and layout-related widgets, now will considerMediaQuery.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 differentpushNamed()
andpop()
navigator methods. (Basically can support go_router)
4.0.15 #
- Added
elevation
,shadowColor
andreverse
properties todrawAvatar()
- Updated functionality of
color
property ondrawAvatar()
, now will apply todynamicAvatar
- Updated documentation of
reverse
ongenerateContainerElevation()
4.0.14 #
- Corrections on Text size prediction in
ThemedSnackbar
, should not overflow the text.
4.0.13 #
- Updated
width
forThemedSnackbar
, now, for screens with width mess than500u
will expand to the full width of the screen
4.0.12 #
- Added
disableNotifications
toThemedAppBar
to disable notification icon.
4.0.11 #
- New helper functions
saveFile
andpickFile
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 theThemedLayout
- 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 anySafeArea
padded segment)
4.0.8 #
- Adjusted status bar color when the
ThemedDrawer
is opened or closed.
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