README
SmartCrew Admin - README
smartcrew_admin
SmartCrew Admin is the web console used by office staff to manage projects, labor, equipment, materials, scheduling, and reporting. It is built with Flutter Web and integrates with Firebase services.
Key directories
lib/main source codeassets/images and fontstest/unit and widget testsweb/Flutter web configuration
Common commands
flutter pub get
flutter analyze
flutter test
flutter run -d chromeConfiguration notes
- Firebase config is generated in
lib/firebase_options.dart. - Environment values are stored in
.envand should not be committed. - Admin roles are enforced via custom claims and route guards.