From 37b3e7a1f3a074382a9be7dfe894237adf96f4a6 Mon Sep 17 00:00:00 2001 From: Maximilian Betz <Maximilian.Betz@awi.de> Date: Thu, 9 Jun 2022 12:46:04 +0200 Subject: [PATCH] added todo after discussion with Legal Department --- README.md | 7 ++++++- lib/main.dart | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d5fd7..0e2968d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,12 @@ Feedbackpopups: Background: #CEEDEB Text: #57827E -- Add Impressum: CC-BY licence: AWIs address? Check with Christoph Wagner. + +## Check with Christoph Wagner. +- Add Impressum: CC-BY licence +- Add Legal Notice as on sensor.awi.de + + # Configuration - animated Feedbackpopup on first line : "speech bubble" (Download successfull) Show pop up for 2s. "Detail information as is below the collection dropdown menu. diff --git a/lib/main.dart b/lib/main.dart index dc036b9..6a28bb0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -34,6 +34,7 @@ void main() { primarySwatch: Colors.blue, + ), initialRoute: '/', routes: { -- GitLab