From bf781e090e0e5e582f99ce3f4df2c73b02fc6eb8 Mon Sep 17 00:00:00 2001 From: Maximilian Betz <Maximilian.Betz@awi.de> Date: Tue, 15 Feb 2022 16:46:18 +0100 Subject: [PATCH] allow modification of lat long and elevation fields --- lib/viewevents.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/viewevents.dart b/lib/viewevents.dart index 738a64a..9330cfd 100644 --- a/lib/viewevents.dart +++ b/lib/viewevents.dart @@ -141,4 +141,6 @@ class ViewEvents extends StatelessWidget { ), ); } -} \ No newline at end of file +} + +//TODO: allow editing fields here. Check validation of input value! \ No newline at end of file -- GitLab