mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
Merged Auth branch & Curtains branch
This commit is contained in:
@ -1,9 +1,24 @@
|
||||
//ignore_for_file: constant_identifier_names
|
||||
abstract class Constants {
|
||||
static const String languageCode = "en";
|
||||
|
||||
static const String countryCode = "US";
|
||||
|
||||
static const double defaultPadding = 16.0;
|
||||
static const double appBarHeightPercentage = 0.1175;
|
||||
static const double bottomNavBarHeightPercentage = 0.1175;
|
||||
static late double appBarHeight;
|
||||
static late double bottomNavBarHeight;
|
||||
|
||||
static const double defaultPadding = 16;
|
||||
|
||||
static const String tokenKey = 'userToken';
|
||||
}
|
||||
|
||||
enum DeviceType {
|
||||
AC,
|
||||
Lights,
|
||||
Door,
|
||||
Curtain,
|
||||
Screens,
|
||||
Gateway,
|
||||
}
|
||||
|
Reference in New Issue
Block a user