Skip to content

Commit

Permalink
Merge release into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Mar 5, 2023
2 parents bc8b284 + fd55b3b commit a0e8e92
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: nightly

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
goldens:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- run: flutter test --update-goldens
- uses: peter-evans/create-pull-request@v4
with:
title: 'Update golden images'
commit-message: 'Update golden images'
1 change: 1 addition & 0 deletions lib/src/widgets/master_detail/yaru_portrait_layout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class _YaruPortraitLayoutState extends State<YaruPortraitLayout> {
),
if (_selectedIndex != -1) page(_selectedIndex)
],
observers: [HeroController()],
),
),
);
Expand Down
1 change: 1 addition & 0 deletions lib/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export 'src/widgets/yaru_icon_button.dart';
export 'src/widgets/yaru_linear_progress_indicator.dart';
export 'src/widgets/yaru_option_button.dart';
export 'src/widgets/yaru_page_indicator.dart';
export 'src/widgets/yaru_page_indicator_theme.dart';
export 'src/widgets/yaru_popup_menu_button.dart';
export 'src/widgets/yaru_radio.dart';
export 'src/widgets/yaru_radio_button.dart';
Expand Down

0 comments on commit a0e8e92

Please sign in to comment.