Skip to content

Commit 0b8c6eb

Browse files
committed
update dependenceis
1 parent e1a66ed commit 0b8c6eb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

dev/integration_tests/macos_integration_test/lib/main.dart

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ class _MainAppState extends State<MainApp> {
2626
children: [
2727
Text('Count is $_count'),
2828
TextButton(
29-
onPressed: () {
30-
setState(() {
31-
_count++;
32-
});
33-
},
34-
child: Text('Increment')),
29+
onPressed: () {
30+
setState(() {
31+
_count++;
32+
});
33+
},
34+
child: Text('Increment'),
35+
),
3536
],
3637
),
3738
),

dev/integration_tests/macos_integration_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 0.1.0
55

66
environment:
7-
sdk: ^3.6.0-198.0.dev
7+
sdk: ^3.7.0-0
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)