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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user