Skip to content

Commit

Permalink
chore: bump yaru ^0.9.0 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Jun 29, 2023
1 parent fedb5d5 commit 378b6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/lib/pages/color_disk_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class _ColorDiskPageState extends State<ColorDiskPage> {
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
for (var variant in YaruVariant.values)
for (var variant in YaruVariant.accents)
YaruColorDisk(
onPressed: () => InheritedYaruVariant.apply(context, variant),
color: variant.color,
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
provider: ^6.0.2
safe_change_notifier: ^0.2.0
ubuntu_service: ^0.2.0
yaru: ^0.8.0
yaru: ^0.9.0
yaru_icons: ^1.0.0
yaru_widgets:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
yaru: ^0.8.0
yaru: ^0.9.0
yaru_icons: ^1.0.0
yaru_window: ^0.1.1

Expand Down

0 comments on commit 378b6c0

Please sign in to comment.