feat: add staff certificates feature with pubspec configuration

- Created pubspec.yaml for the staff_certificates feature with dependencies including flutter_bloc, equatable, get_it, and flutter_modular.
- Established paths for KROW dependencies: design_system, core_localization, krow_domain, krow_core, and krow_data_connect.
- Added firebase_auth and firebase_data_connect as dependencies.
- Generated pubspec.lock file to lock dependency versions.
This commit is contained in:
Achintha Isuru
2026-01-25 10:28:43 -05:00
parent b3e156ebbe
commit 9dae80e66e
24 changed files with 2383 additions and 15 deletions

View File

@@ -201,4 +201,22 @@ class UiIcons {
/// Download icon
static const IconData download = _IconLib.download;
/// Upload icon
static const IconData upload = _IconLib.upload;
/// Upload Cloud icon
static const IconData uploadCloud = _IconLib.uploadCloud;
/// File Check icon
static const IconData fileCheck = _IconLib.fileCheck;
/// Utensils icon
static const IconData utensils = _IconLib.utensils;
/// Wine icon
static const IconData wine = _IconLib.wine;
/// Award icon
static const IconData award = _IconLib.award;
}