feat(app): seed restaurants, geocode addresses, refresh sharing
This commit is contained in:
@@ -12,6 +12,7 @@ class AppColors {
|
||||
static const lightError = Color(0xFFFF5252);
|
||||
static const lightText = Color(0xFF222222); // 추가
|
||||
static const lightCard = Colors.white; // 추가
|
||||
static const lightWarning = Color(0xFFFFA000);
|
||||
|
||||
// Dark Theme Colors
|
||||
static const darkPrimary = Color(0xFF03C75A);
|
||||
@@ -24,4 +25,5 @@ class AppColors {
|
||||
static const darkError = Color(0xFFFF5252);
|
||||
static const darkText = Color(0xFFFFFFFF); // 추가
|
||||
static const darkCard = Color(0xFF1E1E1E); // 추가
|
||||
static const darkWarning = Color(0xFFFFB74D);
|
||||
}
|
||||
|
||||
@@ -25,6 +25,9 @@ class AppConstants {
|
||||
static const String visitRecordBox = 'visit_records';
|
||||
static const String recommendationBox = 'recommendations';
|
||||
static const String settingsBox = 'settings';
|
||||
static const String storeSeedVersionKey = 'store_seed_version';
|
||||
static const String storeSeedDataAsset = 'assets/data/store_seed.json';
|
||||
static const String storeSeedMetaAsset = 'assets/data/store_seed.meta.json';
|
||||
|
||||
// Default Settings
|
||||
static const int defaultDaysToExclude = 7;
|
||||
|
||||
Reference in New Issue
Block a user