canonical / ubuntu-flutter-plugins

A collection of Flutter plugins and packages for Ubuntu applications.
49 stars 13 forks source link

chore(deps): update dependency yaru to ^0.9.0 #294

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
yaru dependencies minor ^0.4.0 -> ^0.9.0

Release Notes

ubuntu/yaru.dart (yaru) ### [`v0.9.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#090-2023-06-28) [Compare Source](https://togithub.com/ubuntu/yaru.dart/compare/v0.8.1...v0.9.0) ### [`v0.8.1`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#081) [Compare Source](https://togithub.com/ubuntu/yaru.dart/compare/v0.8.0...v0.8.1) - feat: deprecate YaruThemeDataExtension in favor of YaruColorSchemeExtension by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/349](https://togithub.com/ubuntu/yaru.dart/pull/349) - feat: add YaruColorSchemeExtension.link and .inverseLink by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/348](https://togithub.com/ubuntu/yaru.dart/pull/348) - Added interactions for ToggleButtons & DropdownButtons by [@​PietroTambu](https://togithub.com/PietroTambu) in [https://github.com/ubuntu/yaru.dart/pull/347](https://togithub.com/ubuntu/yaru.dart/pull/347) - feat: theme-specific error colors by [@​jpnurmi](https://togithub.com/jpnurmi) in [https://github.com/ubuntu/yaru.dart/pull/350](https://togithub.com/ubuntu/yaru.dart/pull/350) ### [`v0.8.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#080) - feat: Adapt SwitchTheme to yaru gnome by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​345](https://togithub.com/ubuntu/yaru.dart/issues/345)) - ci: pin flutter version at 3.10.x by [@​jpnurmi](https://togithub.com/jpnurmi) ([#​344](https://togithub.com/ubuntu/yaru.dart/issues/344)) - Import YaruColorExtension from yaru_colors.dart by [@​jpnurmi](https://togithub.com/jpnurmi) ([#​341](https://togithub.com/ubuntu/yaru.dart/issues/341)) - Migrate to Flutter 3.10 & Dart 3.0 by [@​jpnurmi](https://togithub.com/jpnurmi) ([#​342](https://togithub.com/ubuntu/yaru.dart/issues/342)) - Add a DrawerTheme and ListTileTheme by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​340](https://togithub.com/ubuntu/yaru.dart/issues/340)) ### [`v0.7.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#070) - Transfer colors (back) to yaru.dart by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​333](https://togithub.com/ubuntu/yaru.dart/issues/333)) - Add a slider theme, more similar to yaru gnome by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​335](https://togithub.com/ubuntu/yaru.dart/issues/335)) - TabBarTheme: grey overlay color by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​334](https://togithub.com/ubuntu/yaru.dart/issues/334)) - Align some theme function names to \_createXXX by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​336](https://togithub.com/ubuntu/yaru.dart/issues/336)) - Move createYaruXXX functions to bottom of the file by [@​Feichtmeier](https://togithub.com/Feichtmeier) ([#​337](https://togithub.com/ubuntu/yaru.dart/issues/337)) - updated with new fonts by [@​elioqoshi](https://togithub.com/elioqoshi) ([#​324](https://togithub.com/ubuntu/yaru.dart/issues/324)) ### [`v0.6.2`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#062) - Revert "updated with new fonts ([#​324](https://togithub.com/ubuntu/yaru.dart/issues/324))" ([#​330](https://togithub.com/ubuntu/yaru.dart/issues/330)) ### [`v0.6.1`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#061) - export colorscheme extension for convenience ([#​327](https://togithub.com/ubuntu/yaru.dart/issues/327)) - fix high contrast divider color ([#​326](https://togithub.com/ubuntu/yaru.dart/issues/326)) ### [`v0.6.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#060) - Change FAB Color and shape by [@​Feichtmeier](https://togithub.com/Feichtmeier) in [https://github.com/ubuntu/yaru.dart/pull/323](https://togithub.com/ubuntu/yaru.dart/pull/323) - updated with new fonts by [@​elioqoshi](https://togithub.com/elioqoshi) in [https://github.com/ubuntu/yaru.dart/pull/324](https://togithub.com/ubuntu/yaru.dart/pull/324) ### [`v0.5.8`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#058) - add high contrast borders ([#​319](https://togithub.com/ubuntu/yaru.dart/issues/319)) - Use an extension for less verbose dark and light color scheme checks ([#​318](https://togithub.com/ubuntu/yaru.dart/issues/318)) - Add scrollbar margin ([#​317](https://togithub.com/ubuntu/yaru.dart/issues/317)) ### [`v0.5.7`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#057) - Switch: use onPrimary for selected thumb to match primary track ([#​314](https://togithub.com/ubuntu/yaru.dart/issues/314)) - Menus: use surface variant in dark theme, surface in light theme ([#​313](https://togithub.com/ubuntu/yaru.dart/issues/313)) - Unify light & dark theme creation ([#​312](https://togithub.com/ubuntu/yaru.dart/issues/312)) - Remove redundant brightness arguments ([#​311](https://togithub.com/ubuntu/yaru.dart/issues/311)) - indicatorColor: use primary for both light and dark themes ([#​309](https://togithub.com/ubuntu/yaru.dart/issues/309)) - BottomNavigationBarTheme: use onSurface in dark theme ([#​308](https://togithub.com/ubuntu/yaru.dart/issues/308)) - Pass brightness to \_createAppBarTheme() ([#​307](https://togithub.com/ubuntu/yaru.dart/issues/307)) - Sync light and dark themes ([#​306](https://togithub.com/ubuntu/yaru.dart/issues/306)) ### [`v0.5.6`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#056) - TextTheme: add missing headlineLarge and labelMedium ([#​297](https://togithub.com/ubuntu/yaru.dart/issues/297)) - Example: attempt to clarify the buttons ([#​296](https://togithub.com/ubuntu/yaru.dart/issues/296)) - FilledButton proposal ([#​298](https://togithub.com/ubuntu/yaru.dart/issues/298)) ### [`v0.5.5`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#055) - Tone down outline borders ([#​292](https://togithub.com/ubuntu/yaru.dart/issues/292)) ### [`v0.5.4`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#054) - Use filled buttons with a grey fill and an outline ([#​288](https://togithub.com/ubuntu/yaru.dart/issues/288)) - Separate outline and divider colors ([#​287](https://togithub.com/ubuntu/yaru.dart/issues/287)) - Dark theme: lighten borders, darken input fills ([#​284](https://togithub.com/ubuntu/yaru.dart/issues/284)) - FAB colors have too high contrast ([#​283](https://togithub.com/ubuntu/yaru.dart/issues/283)) ### [`v0.5.3`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#053) - Improve FAB style ([#​280](https://togithub.com/ubuntu/yaru.dart/issues/280)) - pubspec.yaml: restore platform map ([#​276](https://togithub.com/ubuntu/yaru.dart/issues/276)) - pubspec: add issue tracker link ([#​277](https://togithub.com/ubuntu/yaru.dart/issues/277)) - Add missing flavors & update example ([#​279](https://togithub.com/ubuntu/yaru.dart/issues/279)) ### [`v0.5.2`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#052) - Relax Flutter version constraint to allow beta ([#​274](https://togithub.com/ubuntu/yaru.dart/issues/274)) - Regenerate package metadata ([#​273](https://togithub.com/ubuntu/yaru.dart/issues/273)) ### [`v0.5.1`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#051) - Example fix inputs view not having a const constructor ([#​271](https://togithub.com/ubuntu/yaru.dart/issues/271)) - Fix Light theme: surface and background got incorrectly switched in 0.5.0 ([#​270](https://togithub.com/ubuntu/yaru.dart/issues/270)) ### [`v0.5.0`](https://togithub.com/ubuntu/yaru.dart/blob/HEAD/CHANGELOG.md#050) - Fix button view - Fix secondary containers and chips ([#​264](https://togithub.com/ubuntu/yaru.dart/issues/264)) - Rework all themes with from seed ([#​263](https://togithub.com/ubuntu/yaru.dart/issues/263)) - fix example ([#​262](https://togithub.com/ubuntu/yaru.dart/issues/262)) - M3 fixes ([#​261](https://togithub.com/ubuntu/yaru.dart/issues/261)) - Use GtkSettings from gtk.dart ([#​254](https://togithub.com/ubuntu/yaru.dart/issues/254)) - Bump minimum Flutter version to 3.7.0 ([#​260](https://togithub.com/ubuntu/yaru.dart/issues/260)) - Button vs. text field borders ([#​250](https://togithub.com/ubuntu/yaru.dart/issues/250)) - Fix white dividers (M3 / Flutter 3.7.0) ([#​259](https://togithub.com/ubuntu/yaru.dart/issues/259)) - CI: no need to run tests when publishing to GH pages ([#​257](https://togithub.com/ubuntu/yaru.dart/issues/257)) - Example: add macos ([#​258](https://togithub.com/ubuntu/yaru.dart/issues/258)) - Fix M3 dialogs and popups (Flutter 3.7.0) ([#​256](https://togithub.com/ubuntu/yaru.dart/issues/256)) - Fix deprecated_member_use (Flutter 3.7.0) ([#​255](https://togithub.com/ubuntu/yaru.dart/issues/255))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.