9 lines
342 B
Dart
9 lines
342 B
Dart
const String LoginViewRoute = "LoginView";
|
|
const String MainViewRoute = "MainView";
|
|
const String WorkViewRoute = "WorkView";
|
|
const String AddProductViewRoute = "AddProductView";
|
|
const String AddByBarcodeViewRoute = "AddByBarcodeView";
|
|
|
|
const String SettingPrinterBluetoothViewRoute = "SettingPrinterBluetoothView";
|
|
// Generate the views here
|