From 8d2199e42a23e97331e9855cbed0ec9b986e1abb Mon Sep 17 00:00:00 2001
From: schmolli <martin.schmollinger@reutlingen-university.de>
Date: Tue, 3 Nov 2020 13:38:15 +0100
Subject: [PATCH] KAT-44: Changed titles in demo app to test git workflow

---
 rescueapp/lib/main.dart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rescueapp/lib/main.dart b/rescueapp/lib/main.dart
index d8a0526..f668cd5 100644
--- a/rescueapp/lib/main.dart
+++ b/rescueapp/lib/main.dart
@@ -9,7 +9,7 @@ class MyApp extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return MaterialApp(
-      title: 'Flutter Demo',
+      title: 'KatApp',
       theme: ThemeData(
         // This is the theme of your application.
         //
@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
         // is not restarted.
         primarySwatch: Colors.blue,
       ),
-      home: MyHomePage(title: 'Flutter Demo Home Page'),
+      home: MyHomePage(title: 'KatApp Home Page'),
     );
   }
 }
-- 
GitLab