fixed a lot of things after i broke everything. Just the card is not implemented again yet

time
This commit is contained in:
Nico
2025-05-12 23:09:28 +02:00
parent 97691f3453
commit 74b4648e73
18 changed files with 599 additions and 479 deletions

View File

@@ -47,7 +47,8 @@ class MyApp extends StatelessWidget {
routes: {
'/home': (context) => const HomePage(),
'/addCamMain': (context) => const AddCamMain(),
'/viewCams': (context) => const ViewCams(dbType: DatabasesEnum.place,),
'/viewCams': (context) => const ViewEntries(dbType: DatabasesEnum.place,),
'/viewExcursionen': (context) => const ViewEntries(dbType: DatabasesEnum.excursion,),
'/introScreen': (context) => const IntroScreen(),
'/settings': (context) => const Settings(),
'/excursion': (context) => const ExcursionMain(),