yaru 0.4.7 copy "yaru: ^0.4.7" to clipboard
yaru: ^0.4.7 copied to clipboard

Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop

Changelog #

0.4.7 #

0.4.6 #

  • J-P Nurmi
    • Disable theme variant detection in tests (#238)

0.4.5 #

  • J-P Nurmi
    • YaruTheme widget: build empty during accent color initialiation (#232)
    • YaruTheme widget: fix dispose() order (#233)
    • 500ms wait duration for tooltips (#236)
    • Add missing light dialog theme background color (#235)

0.4.4 #

0.4.3 #

0.4.2 #

0.4.1 #

  • J-P Nurmi
    • Use G_DECLARE_FINAL_TYPE to fix build with flutter-snap (#211)

0.4.0 #

  • jpnurmi
    • Update README.md (#207)
    • Page transitions (#206)
    • Introduce theme data overrides
    • Parallel CI jobs (#201)
    • CI: install packages required for build
    • YaruPlugin: define autoptr cleanup func
    • CI: build the example to catch build issues
    • CI: switch to stable channel (#196)
    • Replace GSettings with GtkSettings (#193)
    • Set minimum Flutter version to 3.3.0 (#194)
  • Carlos Nihelton
    • Page transitions consistency on desktop platforms (#203)
  • Paul Kepinski
    • Add correct web icons from yaru_widgets.dart
  • Robert Ancell
    • Replace deprecated arguments with replacements (#191)
  • Frederik Feichtmeier
    • Add PopupMenuTheme and improve example (#208)
    • Add common lint rules (#189)
    • Make color selection UI screen size adaptive (#187)
    • Update README.md
    • Update publish.yml
    • Setup publish to GitHub Pages (#185)

0.3.3 #

  • jpnurmi
    • YaruTheme: add builder method (#181)

0.3.2 #

0.3.1 #

  • Frederik Feichtmeier
    • Default to cupertino page transitions (#175)
    • Material3 fixes (#172)
  • jpnurmi
    • Upgrade to Flutter 3.0 & Dart 2.17 (#174)
    • Enable the prefer_const_declarations lint and fix findings (#171)
    • Add text selection theme (#170)

0.3.0 #

  • jpnurmi
    • Relax dbus version constraint (#168)
    • Add successColor and warningColor extensions for ThemeData (#167)
    • Use yaru_colors (#166)
    • Enable flutter_lints/recommended and fix findings (#165)
    • Rename yaruMate to yaruUbuntuMate for consistency (#164)
    • Reorganize themes/*.dart (#163)
    • Merge accents and flavors to variants (#162)
    • Material colors (#159)
    • example: present complete color palettes (#158)
    • Make flavor names consistent with color names (#157)
    • Add missing Ubuntu Font license (#156)
    • Pair YaruFlavor with its flavor color (#155)
    • Pair YaruAccent with its accent color (#154)
    • CI: enable tests (#153)
    • Example: show flavor colors in the palette tab (#152)
    • Specify accent colors as MaterialColor constants (#151)
    • Introduce YaruTheme widget (#150)
    • Add YaruAccent enum and getYaruXxxTheme(accent) getter (#149)
    • Let Flutter help with high-contrast colors (#148)
  • Frederik Feichtmeier
    • Example: use handy_window (#161)

0.2.5 #

0.2.4 #

0.2.3 #

0.2.2 #

  • Frederik Feichtmeier
    • ToggleButtons: round toggle buttons (#135)
    • Increase border radii to match gnome themes (#134)
    • Inputs: make dense by default
    • BorderRadius: increase to match yaru gnome
    • Example: display dialog on AppBar button click

0.2.1 #

  • Frederik Feichtmeier
    • Fix AppBar text and icon color in the light theme (#129)
    • Adapt constants to k* convention, add appbarheight (#128)
    • Export createYaru*Theme() functions (#127)
    • Detach appbar from yaru colors (#126)
    • Example: add web support (#125)
    • Use createYaru*Theme() functions to reduce code duplication (#124)
    • Further theme simplifications (#123)
    • Consolidate theming in common_themes (#122) Paul Kepinski
    • Add missing colors from Yaru palette Alberto Bonacina
    • Fix Typos in the yaru.dart flavors and Example (#114)

0.2.0 #

0.1.8 #

0.1.7 #

  • Frederik Feichtmeier
    • Clean-ups: update generated files, including a wayland window option and a test, remove unnecessary imports (#103)
    • Add a tabbar theme and update example (#104)
    • change light bg to FAFAFA (#105)
  • Paul Kepinski
    • Make dark theme bg darker (#101)

0.1.6 #

0.1.5 #

  • Frederik Feichtmeier
    • Dark theme: Brighten up check and radios and adapt dark dialogs to gtk/shell theme (#95)

0.1.4 #

0.1.3 #

  • mivoligo
    • Replace deprecated properties in AppBarTheme (#88)

0.1.2 #

  • jpnurmi
    • Add missing input decoration border in dark theme (#82)

0.1.1 #

0.1.0 #

0.0.9 #

0.0.8 #

0.0.7 #

0.0.6 #

  • Frederik Feichtmeier
    • Do not style progress indicators (yet) (#68)
    • Update readme instructions (#65)

0.0.5 #

  • Frederik Feichtmeier
    • Reduce themes to 2 and update light/dark mode button (#63)
    • Fixes and improvements for Flutter 2.3 (#64)

0.0.4 #

0.0.3 #

  • Frederik Feichtmeier
    • Example: add FAB and snackbar (#56)
    • Fix bottombar and pimp up the example (#55)
  • Arish Sultan
    • Fixes incorrect fontWeight, Button- and TextStyles. (#46)

0.0.2 #

0.0.1 #

0.0.0-dev.10 #

0.0.9-dev #

  • Abhishek Ghaskata
    • Remove curly bracket
    • Added curly braces
    • Adding const keyword before constructor
  • Frederik Feichtmeier
    • YaruDark: Slightly transparent switch track
    • update state helper methods
    • Special case dark switches, checks and radios
    • add CircularProgressIndicator to the example app
    • Theme Fixes and CircularProgressIndicator addition
    • Example: Replace or correct (deprecated) Widgets
  • Olivier Tilloy
    • Releasing 0.0.0-dev.5
    • Also define the theme data for OutlinedButton for the light and dark theme variants.
    • Update the colors of the AppBar with the light theme (cool * grey on white).
    • Define the theme data for OutlinedButton to fix its text * foreground color.
    • Ship extra fonts and set them as fontFamilyFallback.
    • dd_custom_command() missing VERBATIM
  • Robert Ancell
    • Add CONTRIBUTING.md
    • Releasing 0.0.0-dev.3
    • Add screenshot
    • Add a Yaru standard theme
    • Add a dark theme
    • Use rounded corners on buttons
    • Use full constructor for ThemeData
    • Update tooltip
    • Fix spacing and label colors
    • Add FlatButton and OutlineButton
    • Add a DropdownButton
    • Add a TextField showing an error
    • Add TextFields to example
    • Add radio buttons
    • Add buttons and checkboxes to the example
    • Drop old example code, run through dart format
    • Make the example a full Flutter app
    • Added cla-check, copied from snapcraft
  • Ken VanDine
    • Added example that demonstrates all of the styles
    • bump version to 0.0.0-dev.8 for release
    • Updated README
    • Full url to screenshot, should fix pub.dev/packages/yaru
    • Updated description and homepage to reflect github move
    • Re-license under MPL-2.0 to reduce the barrier for use by * Flutter developers.
    • Releasing 0.0.0-dev.4

0.0.0-dev #

  • Initial prerelease
148
likes
0
pub points
93%
popularity

Publisher

verified publisherubuntu.com

Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, platform, yaru_colors

More

Packages that depend on yaru