desktop 6.0.2
desktop: ^6.0.2 copied to clipboard
Flutter design standard for desktop. Just simple, usable wigdets to create apps. See the gallery for examples of the components used.
Changelog #
6.0.2 #
- Fix type definition.
6.0.1 #
- Fix code analysis.
6.0.0 #
- Use
RadioGroupforRadioinput. - Update theme.
- Menu hover for horizontal nav bar.
- Change style for progress indicator.
6.0.0-dev.3 #
- Creates button with progress.
6.0.0-dev.2 #
- Changes the button height to 28.
- Fixes
DropDownButtoncontext menu width.
6.0.0-dev.1 #
- Removes light mode from theme data.
- Light mode only for content.
- Changes linear progress indicator height.
- Adds option for extended vertical nav.
- Add info menu type for horizontal nav.
- Creates floating menu.
- Upddates radio input for group usage.
5.1.3 #
- Removes deprecated flutter field.
5.1.2 #
- Fix flutter breaking changes.
5.1.1 #
- Fix padding in message count.
5.1.0 #
- Group messages by kind and show how many has been created.
5.0.1 #
- Fixes
ListTablecanvas issue.
5.0.0 #
- Changes icon names.
- Dialog menu with widget.
5.0.0-dev.3 #
- Changes icon names.
5.0.0-dev.2 #
- Fixes dialog scrolling.
5.0.0-dev.1 #
Widgetfor dialog menus instead of text.ContextMenuButtonto have the same behavior as aButton.- Creates dropdown menu option for
ContextMenuButton. - Option to add margin in
ListTable.
4.5.0 #
- Creates
SearchTextFieldcomponent. - Adds option for margin in
ListTable. - Fixes placeholder in
TextField.
4.4.1 #
- Fixes
Treebuilding when nodes change.
4.4.0 #
- Add long press callback in
Button.
4.3.0 #
- New dart version support.
4.2.2 #
- Fix sdk version.
4.2.1 #
- Fix dependencies.
4.2.0 #
- Fix tab menu animation.
- Implementation of controlled
Tree.
4.1.2 #
- Fix type error.
4.1.1 #
- Use
Navigatorfor context menus.
4.1.0 #
- Allow implementing
ShadeColor,BackgroundColorandPrimaryColorfor custom themes inThemeData.
4.0.0 #
- Update for stable channel.
- Theme option for widgets.
- New options for
Tab. - Possibility to drag
ListTablecolumns. - Initial implementation for
DatePickerDialog. - Initial implementation for
SelectableText. - Initial impletmenation for
TextFormField. - Fix progress widget styles.
4.0.0-dev.7 #
- Creates theme for linear and circular progress indicators.
4.0.0-dev.6 #
- Add support for
ListTablein unbounded constraints.
4.0.0-dev.5 #
- Fixes
TextFieldissue for flutter stable channel.
4.0.0-dev.4 #
- Creates
TextFormField.
4.0.0-dev.3 #
- Fixes indicator in
ListTable.
4.0.0-dev.2 #
- Fixes column indicator in
ListTable.
4.0.0-dev.1 #
- Implements ability to drag columns in a
ListTable.
3.1.5 #
- Fixes instance null check.
3.1.4 #
- Fixes problems related to null safety.
3.1.3 #
- Fixes the tap input for list table.
3.1.2 #
- Changes the highlight color for list table.
3.1.1 #
- Fixes the context menu width.
3.1.0 #
- Adds option for background in context menu.
3.0.1 #
- Fixes
Buttontext overflow.
3.0.0 #
Messagedialogs.- Possibility to use widgets in
Treenodes,Tabitem, and inBreadcrumb. - Using
Overlayinstead ofNavigator, using a rootOverlayinApp.
3.0.0-dev.11 #
- Fixes
TextField. OverlayinContextMenu.Treenow using a diferent index naming for its items.- Rgba color usage instead of HSL.
3.0.0-dev.10 #
- Implements
Message. DialogandNavmenus withOverlayinstead ofNavigator.Buttonanimation fix.- Remove
NavigatorfromNav,Tab,Tree, andTab. - Option to use widgets in
TabandTreenodes.
3.0.0-dev.9 #
- Updated license.
3.0.0-dev.8 #
- Updated icons.
3.0.0-dev.7 #
- Scrollbar track.
3.0.0-dev.6 #
- Fixes tree scrollbar.
3.0.0-dev.5 #
- Fixes context menu min width.
3.0.0-dev.4 #
- Fixes scrolling and context menu.
3.0.0-dev.3 #
- Fixes font package.
3.0.0-dev.2 #
- Removes flutter prerelease dependency.
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
TextButtonandIconButton. The factoriesButton.textandButton.iconare used instead. - Fixed
Buttonanimations. - Fixed
Checkbox,RadioandToggleSwitchbuttons.
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
paddingandaxisfields. - Added
routercontructor 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.