added newline to text
This commit is contained in:
@@ -5,7 +5,8 @@ class AboutPage extends StatelessWidget {
|
|||||||
|
|
||||||
static const String aboutText = '''
|
static const String aboutText = '''
|
||||||
This App was build for demonstration purposes.
|
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.
|
as well as a graph showing the last 24 hours of measurements.
|
||||||
The source code can be found at https://git.skup.in/.
|
The source code can be found at https://git.skup.in/.
|
||||||
''';
|
''';
|
||||||
|
|||||||
Reference in New Issue
Block a user