feat: Implement staff authentication as a Flutter Modular feature module, centralizing dependency injection and routing while refactoring imports for better modularity.

This commit is contained in:
Achintha Isuru
2026-02-10 12:15:51 -05:00
parent aef0c3df14
commit a34cc5b462
19 changed files with 225 additions and 254 deletions

View File

@@ -14,9 +14,8 @@ dependencies:
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
lucide_icons: ^0.257.0
firebase_core: ^4.2.1
firebase_auth: ^6.1.2 # Updated for compatibility
firebase_auth: ^6.1.2
firebase_data_connect: ^0.2.2+1
http: ^1.2.0