fix : splash animation
feat : auth with password chore : app Architecture
This commit is contained in:
9
lib/presentation/routes/app_paths.dart
Normal file
9
lib/presentation/routes/app_paths.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
part of 'app_pages.dart';
|
||||
|
||||
sealed class AppPaths {
|
||||
AppPaths._();
|
||||
|
||||
static const String splash = '/splash';
|
||||
static const String authWithUserAndPass = '/authWithUserAndPass';
|
||||
static const String authWithOtp = '/authWithOtp';
|
||||
}
|
||||
Reference in New Issue
Block a user