File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77/// App wide UI string constants.
88library ;
99
10- import '../screens/home .dart' ;
10+ import '../screens/home_screen .dart' ;
1111
1212const String appName = 'Hello World Counters' ;
1313
Original file line number Diff line number Diff line change 77import 'package:flutter/material.dart' ;
88
99import 'common/strings.dart' as strings;
10- import 'screens/home .dart' ;
10+ import 'screens/home_screen .dart' ;
1111
1212void main () {
1313 runApp (const HelloWorldCountersApp ());
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
4343 child: ListView (
4444 children: < Widget > [
4545 SwitchListTile (
46- activeColor : Colors .black,
46+ activeThumbColor : Colors .black,
4747 value: widget.appSettings.counterTapMode,
4848 title: const Text (strings.counterTapModeTitle),
4949 subtitle: const Text (strings.counterTapModeSubtitle),
You can’t perform that action at this time.
0 commit comments