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 codeassets/images and fontstest/unit and widget testsandroid/,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
.envand should not be committed. - Update Firebase settings via
flutterfire configurewhen needed.