My App

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 code
  • assets/ images and fonts
  • test/ unit and widget tests
  • web/ Flutter web configuration

Common commands

flutter pub get
flutter analyze
flutter test
flutter run -d chrome

Configuration notes

  • Firebase config is generated in lib/firebase_options.dart.
  • Environment values are stored in .env and should not be committed.
  • Admin roles are enforced via custom claims and route guards.

On this page