From 0a17292968b733dfd9fcdb14f01194c7a605a348 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 26 May 2025 23:09:38 +0200 Subject: [PATCH] todo for next task --- lib/screens/excursion/excursion_main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/excursion/excursion_main.dart b/lib/screens/excursion/excursion_main.dart index c5c5b43..51f5c97 100644 --- a/lib/screens/excursion/excursion_main.dart +++ b/lib/screens/excursion/excursion_main.dart @@ -260,6 +260,7 @@ class _ExcursionMainState extends State { const SizedBox(height: 10), // ---------- Bima number const Divider(), + // TODO implement expensionpanel const SizedBox(height: 10), VarTextField( textController: rmap["BimaNr"]!["controller"]!,