begin cleanup of view_cams and begin of making it usable with exursion and place
time refactoring refactoring again
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:fforte/enums/databases.dart';
|
||||
import 'package:fforte/screens/excursion/excursion_main.dart';
|
||||
import 'package:fforte/screens/addCam/add_cam_main.dart';
|
||||
import 'package:fforte/screens/intro_screen.dart';
|
||||
@@ -46,7 +47,7 @@ class MyApp extends StatelessWidget {
|
||||
routes: {
|
||||
'/home': (context) => const HomePage(),
|
||||
'/addCamMain': (context) => const AddCamMain(),
|
||||
'/viewCams': (context) => const ViewCams(),
|
||||
'/viewCams': (context) => const ViewCams(dbType: DatabasesEnum.place,),
|
||||
'/introScreen': (context) => const IntroScreen(),
|
||||
'/settings': (context) => const Settings(),
|
||||
'/excursion': (context) => const ExcursionMain(),
|
||||
|
||||
Reference in New Issue
Block a user