We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e5eaa commit b656f71Copy full SHA for b656f71
Makefile
@@ -61,4 +61,4 @@ force_upgrade:
61
62
# Run integration test
63
integration_test:
64
- flutter test integration_test/app_test.dart --flavor dev
+ flutter test integration_test --flavor dev
lib/widgets/preference_switch.dart
@@ -24,7 +24,7 @@ class PreferenceSwitch extends StatelessWidget {
24
25
static void _defaultOnClick() {}
26
27
- static Future<void> _defaultOnSwitchClick(isChecked) async {}
+ static Future<void> _defaultOnSwitchClick(bool isChecked) async {}
28
29
@override
30
Widget build(BuildContext context) {
0 commit comments