perbaikan on possale string 1
This commit is contained in:
@@ -15,6 +15,7 @@ import 'package:mobile_pos/Screens/SplashScreen/on_board.dart';
|
||||
import 'package:mobile_pos/Screens/SplashScreen/splash_screen.dart';
|
||||
import 'package:mobile_pos/Screens/pos_sale/pos_sale.dart';
|
||||
import 'package:mobile_pos/Screens/vat_&_tax/tax_report.dart';
|
||||
import 'package:mobile_pos/Screens/Authentication/Sign%20In/sign_in_screen.dart';
|
||||
import 'package:provider/provider.dart' as pro;
|
||||
|
||||
import 'Screens/Due Calculation/due_list_screen.dart';
|
||||
@@ -65,6 +66,7 @@ class MyApp extends StatelessWidget {
|
||||
'/': (context) => const SplashScreen(),
|
||||
'/onBoard': (context) => const OnBoard(),
|
||||
'/loginForm': (context) => const LoginForm(isEmailLogin: true),
|
||||
'/signIn': (context) => const SignIn(),
|
||||
'/signup': (context) => const RegisterScreen(),
|
||||
'/forgotPassword': (context) => const ForgotPassword(),
|
||||
'/home': (context) => const Home(),
|
||||
|
||||
Reference in New Issue
Block a user