Skip to content
Snippets Groups Projects
Commit 8d2199e4 authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

KAT-44: Changed titles in demo app to test git workflow

parent f5a04688
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ class MyApp extends StatelessWidget { ...@@ -9,7 +9,7 @@ class MyApp extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return MaterialApp( return MaterialApp(
title: 'Flutter Demo', title: 'KatApp',
theme: ThemeData( theme: ThemeData(
// This is the theme of your application. // This is the theme of your application.
// //
...@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget { ...@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
// is not restarted. // is not restarted.
primarySwatch: Colors.blue, primarySwatch: Colors.blue,
), ),
home: MyHomePage(title: 'Flutter Demo Home Page'), home: MyHomePage(title: 'KatApp Home Page'),
); );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment