refactor: update AttireRepositoryImpl to use constructor injection, reorganize profile sections by moving documents and adding certificates, and introduce new UI icons.
This commit is contained in:
@@ -279,4 +279,10 @@ class UiIcons {
|
||||
|
||||
/// Gallery icon for gallery
|
||||
static const IconData gallery = _IconLib.galleryVertical;
|
||||
|
||||
/// Certificate icon
|
||||
static const IconData certificate = _IconLib.fileCheck;
|
||||
|
||||
/// Circle dollar icon
|
||||
static const IconData circleDollar = _IconLib.circleDollarSign;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user