fertig bis auf Tankstellen und Graph

This commit is contained in:
2026-01-23 15:03:18 +01:00
parent 5f4f2c4379
commit d5b8df9506
27 changed files with 2198 additions and 17 deletions

View File

@@ -32,6 +32,13 @@ class HomePage extends GetView<HomeController> {
),
],
),
floatingActionButton: FloatingActionButton(
backgroundColor: Colors.blueGrey,
onPressed: () {
homCtrl.navigateToAddTankEntry();
},
child: const Icon(Icons.add),
),
body: Container(
decoration: BoxDecoration(
gradient: LinearGradient(