aman-satu-flutter/lib/routes/route_names.dart

11 lines
413 B
Dart

const String loginViewRoute = 'LoginView';
const String mainViewRoute = 'MainView';
const String workViewRoute = 'WorkView';
const String addProductViewRoute = 'AddProductView';
const String addByBarcodeViewRoute = 'AddByBarcodeView';
const String contragentSelectViewRoute = 'ContragentSelectViewRoute';
const String settingPrinterBluetoothViewRoute = 'SettingPrinterBluetoothView';
// Generate the views here