start minimal

This commit is contained in:
Mohamed Nouffer
2023-06-02 10:50:56 +05:30
parent 08332d45d4
commit a358f65853
54 changed files with 467 additions and 1327 deletions

View File

@ -1,6 +1,9 @@
part of 'app_pages.dart';
abstract class Routes {
static const S_HOME = '/s_home';
static const S_LOGIN = '/s_login';
static const S_REGISTER = '/s_register';
// Main Menu Route
// static const HOME = '/';
// static const MAP = '/map';