added newline to text

This commit is contained in:
2025-01-29 14:31:01 +01:00
parent 6b8321d850
commit 0567bc61f6

View File

@@ -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/.
''';