11 lines
413 B
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
|