Initialized Auth pages for future work

Implemented Login functionality
This commit is contained in:
Mohammad Salameh
2024-03-07 10:29:19 +03:00
parent 4087f9c71c
commit f734801e94
28 changed files with 728 additions and 110 deletions

View File

@ -2,4 +2,8 @@ abstract class Constants {
static const String languageCode = "en";
static const String countryCode = "US";
static const double defaultPadding = 16.0;
static const String tokenKey = 'userToken';
}