My App

README

SmartCrew Mobile - README

smartcrew_mobile

SmartCrew Mobile is the field application used by crews and supervisors to log time, submit reports, and communicate with the office. The app is built with Flutter and integrates with Firebase services.

Key directories

  • lib/ main source code
  • assets/ images and fonts
  • test/ unit and widget tests
  • android/, ios/ platform projects

Common commands

flutter pub get
flutter analyze
flutter test
flutter run -d <device>

Configuration notes

  • Firebase config is generated in lib/firebase_options.dart.
  • Environment values are stored in .env and should not be committed.
  • Update Firebase settings via flutterfire configure when needed.

On this page