mix 1.0.0-beta.6 mix: ^1.0.0-beta.6 copied to clipboard
An expressive way to effortlessly build design systems in Flutter.
1.0.0-beta.6 #
- Add new job to pipeline by @tilucasoli
- add new attribute to foregroundDecoration by @tilucasoli
- Support to decoration image by @tilucasoli
- Chore/dcm lint by @leoafarias
- Implement
Style.icon
by @tilucasoli - Fix issue where the 'gap' attribute does not work as expected when there is a Flexible Widget by @tilucasoli
1.0.0-beta.5 #
- Better support for ShapeBorder by @leoafarias
- Added backgroundBlendMode to decoration by @leoafarias
- Add disabled property in PressableBox by @tilucasoli
- Chore/remove demo by @tilucasoli
- Color directives by @leoafarias
- Updated open graph images by @leoafarias
- Remove function from Widget Tree by @tilucasoli
- Create StyledImage by @tilucasoli
- Dto merge issues by @leoafarias
1.0.0-beta.4 #
- Improvements on border, and borderRadius utitlies.
- Fixes issue #179
1.0.0-beta.3 #
- Revamped Mix API for improved functionality and developer experience.
- Enhanced performance and system responsiveness.
- Broadened test coverage for greater reliability.
- Extensive bug fixes for increased stability.
Visit our documentation site for more information https://fluttermix.com
0.0.7 #
- Performance improvements
- Bug fixes #59 by @bdlukaa
- InheritedAttribute - Custiom Mix attributes #94 by @pbissonho
0.0.6 #
- Refactored MixTheme & Context Tokens
- ZBox Widget by @
- Headless Widgets (Experimental)
- Lots of bug fixes and performance improvements.
0.0.5 #
- Adjustments on Mix helper for applying variants, and attributes
0.0.4 #
- Optimization improvements
- Added clip decorator
- Fixed some bugs.
0.0.3 #
- Global Mix for reusability of design tokens and mixes across DS.
withMix
utility to add nested mixes and combine them.- Attribute modifiers, create attributes that modify a widget value.
0.0.2 #
- Added screen size dynamic attribute.
- Added device orientation dynamic attribute.
0.0.1 #
- Initial release.