desktop 3.0.0-dev.1 desktop: ^3.0.0-dev.1 copied to clipboard
Flutter design standard for desktop. Just simple, usable wigdets to create apps. See the galery for examples of the components used.
Changelog #
3.0.0-dev.1 #
- Input changes.
2.0.4 #
- Button color.
2.0.3 #
- Fixed button highlight color.
2.0.2 #
- Fixed the button size.
- Added
TabTheme
. - Changed the type of child for
ButtonDropDown
. - Removed
TextButton
andIconButton
. The factoriesButton.text
andButton.icon
are used instead. - Fixed
Button
animations. - Fixed
Checkbox
,Radio
andToggleSwitch
buttons.
2.0.1 #
- Fixed icons.
- Fixed tab.
- Added option create a tab with routes.
2.0.0 #
- Fixed button padding.
- Fixed dialog barrier color.
- Added button
padding
andaxis
fields. - Added
router
contructor forDesktopApp
. - Added base class for locales usage.
- Fixed nav buttons spacing and placement.
1.0.4 #
- Fixed tooltip position.
1.0.3 #
- Fixed button animations.
- Added option for nav menu.
1.0.1-2.12.0-0 #
- Fixed buttons.
0.1.1-2.12.0-0 #
- Initial version.