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:
Achintha Isuru
2026-02-27 02:00:51 -05:00
parent 2b879158c7
commit f32bd81a46
7 changed files with 53 additions and 20 deletions

View File

@@ -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;
}