From 0567bc61f672a8328d29e716f7097d506cbd4856 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 29 Jan 2025 14:31:01 +0100 Subject: [PATCH] added newline to text --- lib/pages/about_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/about_page.dart b/lib/pages/about_page.dart index 8f1918e..5ceb155 100644 --- a/lib/pages/about_page.dart +++ b/lib/pages/about_page.dart @@ -5,7 +5,8 @@ class AboutPage extends StatelessWidget { static const String aboutText = ''' This App was build for demonstration purposes. -It requests data from the Environment Agency Real Time flood-monitoring API and displays a list and map of all flood measurement stations, +It requests data from the Environment Agency Real Time flood-monitoring API +and displays a list and map of all flood measurement stations, as well as a graph showing the last 24 hours of measurements. The source code can be found at https://git.skup.in/. ''';