Skip to content

Commit

Permalink
locked flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Dec 12, 2024
1 parent 1bbd1d8 commit 7b74b11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
flutter-version: 3.24.x # TODO UX-1347
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/flutter-code-quality@main
with:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
widgetbook: ^3.1.0
widgetbook: ^3.10.0

http: any
flutter:
Expand Down
2 changes: 1 addition & 1 deletion test/src/components/comms_button/comms_button_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void main() {
'semanticLabel': 'null',
'type': 'positive',
'size': 'medium',
'icon': 'IconData(U+0E16E)',
'icon': 'IconData(U+0${ZetaIcons.phone.codePoint.toRadixString(16).toUpperCase()})',
};
debugFillPropertiesTest(
const ZetaCommsButton(
Expand Down

0 comments on commit 7b74b11

Please sign in to comment.