ubuntu_widgets 0.6.0 copy "ubuntu_widgets: ^0.6.0" to clipboard
ubuntu_widgets: ^0.6.0 copied to clipboard

PlatformLinux

A collection of widgets developed for Flutter-based Ubuntu applications.

0.6.0 #

  • Bump Flutter to 3.22.1

0.5.5 #

  • Bump "ubuntu_widgets" to 0.5.5.

0.5.4 #

  • FIX: Expose shrinkWrap on ListWidget.

0.5.3 #

  • FIX: Properly pass the tabFocusNode.

0.5.2 #

  • FEAT: Possibility to tab out of ListWidget.

0.5.1 #

  • FIX: LogView should allow multiple lines.

0.5.0 #

Note: This release has breaking changes.

  • FIX: Scrollbar should be in the side of the logview.
  • BREAKING FIX: Remove support for max lines.

0.4.0 #

  • FIX: Allow ValidatedFormField to have a custom fill color.

0.3.3 #

  • FIX: Remove Flexible from AnimatedExpanded.

0.3.2 #

  • FIX: returning to original behavior, with a parameter ‘expanded’ to determine the width of the button.

0.3.1 #

  • REFACTOR: Apply ubuntu lints to all packages (#340).
  • FIX: Remove and fix all unnecessary ignores.
  • FEAT: The MenuButtonBuilder should scale depending on his childrens.
  • FEAT: Activate ubuntu_lints.

Changelog #

0.3.0 (2023-10-30) #

  • ubuntu_widgets: use fixed padding for MenuButtonBuilder (#334) (5856134)

0.2.1 (2023-10-19) #

  • deps: bump yaru* in ubuntu_widgets (31684dc)

0.2.0 (2023-08-07) #

  • allow customizing MenuButtonBuilder style & position (#310) (b482711)
  • increase push button height to 40px (#312) (354338e)
  • relax yaru_icons version constraint (#315) (2875be4)
  • remove & ignore pubspec overrides (#284) (7921750)

0.1.2 (2023-07-04) #

  • deps: update dependency ubuntu_localizations to ^0.3.0 (#266) (4238aa3)

0.1.1 (2023-06-30) #

  • adapt MenuButtonBuilder to padding & font changes in Flutter 3.10 (#258) (17d9c23)

0.1.0 #

  • Initial release.