Kapcsolat menü és a hozzá tartozó funkciók.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:terepi_seged/pages/bleutooth/bindings/bluetooth_bindings.dart';
|
||||
import 'package:terepi_seged/pages/bleutooth/presentation/views/bluetooth_test_view.dart';
|
||||
import 'package:terepi_seged/pages/contacts/presentation/views/contacts_view.dart';
|
||||
import 'package:terepi_seged/pages/field_trip/bindings/field_trip_bindings.dart';
|
||||
import 'package:terepi_seged/pages/field_trip/presentations/views/fiels_trip_view.dart';
|
||||
import 'package:terepi_seged/pages/home/bindings/home_bindings.dart';
|
||||
@@ -104,6 +105,7 @@ class AppPages {
|
||||
page: () => const TrackingView()),
|
||||
GetPage(name: Routes.SETTINGS, page: () => const SettingsView()),
|
||||
GetPage(
|
||||
name: Routes.STAKEOUT_IMPORT, page: () => const StakeoutImportView())
|
||||
name: Routes.STAKEOUT_IMPORT, page: () => const StakeoutImportView()),
|
||||
GetPage(name: Routes.CONTACTS, page: () => const ContactsView())
|
||||
];
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ abstract class Routes {
|
||||
|
||||
static const LOGIN = '/login';
|
||||
static const SHELL = '/shell';
|
||||
static const CONTACTS = '/contacts';
|
||||
|
||||
static const SETTINGS = '/settings';
|
||||
static const STAKEOUT_IMPORT = '/stakeout_import';
|
||||
|
||||
Reference in New Issue
Block a user