mod_layout_one 1.0.13 mod_layout_one: ^1.0.13 copied to clipboard
A comprehensive Flutter layout package with theming and i18n support
1.0.13 #
- Changed padding in ModModal:
- Replaced double padding parameter with EdgeInsetsGeometry
- Provides more flexible padding control
- Allows directional padding customization
- Maintains consistent padding API across widgets
1.0.12 #
- Adjusted padding in ModContainer:
- Added optional padding parameter for flexible spacing control
- Maintains responsive container behavior
- Allows customization of container content spacing
- Implemented via EdgeInsetsGeometry padding parameter
1.0.11 #
- Added padding support to ModColumn:
- Enables custom padding around column content
- Improves spacing control in grid layouts
- Maintains responsive behavior with padding
- Implemented via optional padding parameter in ModColumn widget
1.0.10 #
- Added ColumnSize.none to grid system:
- Allows columns to be hidden at specific screen sizes
- Enables responsive layouts with conditional column visibility
- Improves flexibility in grid system layouts
- Implemented in ModColumn widget with null width handling
1.0.9 #
-
ModButton improvements:
- Added loading state with customizable loading icon and text
- Added right icon support
- Added text alignment control
- Improved size consistency across different button types
- Enhanced button padding and spacing
-
ModTextBox improvements:
- Added support for different sizes (lg, md, sm, xs) matching button sizes
- Added support for suffix buttons
- Added label position control (top/left)
- Added floating label behavior control
- Improved text and icon sizing consistency
- Enhanced input decoration and padding
- Added support for prefix and suffix icons with proper sizing
1.0.8 #
- Correction of language translation, set to English.
1.0.7 #
- Updated LanguageSelector widget to use PopupMenuButton for language selection.
- Improved language flag display in LanguageSelector widget.
1.0.6 #
- Added footerHeight parameter to ModBaseLayout to allow customization of footer height.
1.0.5 #
- Added onTap parameter to MenuItem in sidebar.
1.0.4 #
- Added new examples to ButtonsPage.
- Improved documentation in README.md.
1.0.3 #
- Added ModTextDivider widget.
1.0.2 #
- Improvement in the button.
1.0.1 #
- Initial release with basic features.
1.0.0 #
- Initial release with basic features.