runable
This commit is contained in:
@@ -19,6 +19,7 @@ class SeedData {
|
||||
color: '#2196F3', // Blue
|
||||
productCount: 0,
|
||||
createdAt: now.subtract(const Duration(days: 60)),
|
||||
updatedAt: now.subtract(const Duration(days: 60)),
|
||||
),
|
||||
CategoryModel(
|
||||
id: 'cat_appliances',
|
||||
@@ -28,6 +29,7 @@ class SeedData {
|
||||
color: '#4CAF50', // Green
|
||||
productCount: 0,
|
||||
createdAt: now.subtract(const Duration(days: 55)),
|
||||
updatedAt: now.subtract(const Duration(days: 55)),
|
||||
),
|
||||
CategoryModel(
|
||||
id: 'cat_sports',
|
||||
@@ -37,6 +39,7 @@ class SeedData {
|
||||
color: '#FF9800', // Orange
|
||||
productCount: 0,
|
||||
createdAt: now.subtract(const Duration(days: 50)),
|
||||
updatedAt: now.subtract(const Duration(days: 50)),
|
||||
),
|
||||
CategoryModel(
|
||||
id: 'cat_fashion',
|
||||
@@ -46,6 +49,7 @@ class SeedData {
|
||||
color: '#E91E63', // Pink
|
||||
productCount: 0,
|
||||
createdAt: now.subtract(const Duration(days: 45)),
|
||||
updatedAt: now.subtract(const Duration(days: 45)),
|
||||
),
|
||||
CategoryModel(
|
||||
id: 'cat_books',
|
||||
@@ -55,6 +59,7 @@ class SeedData {
|
||||
color: '#9C27B0', // Purple
|
||||
productCount: 0,
|
||||
createdAt: now.subtract(const Duration(days: 40)),
|
||||
updatedAt: now.subtract(const Duration(days: 40)),
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user