SAFER: Storm Assistance for Emergency Resilience

This is the flutter code for the SAFER app built for Prof. Carolyn Lin.

Common Commands

To check if flutter is configured properly

flutter doctor

To run/build the app

flutter run

To build an APK file:

flutter build apk --release

I swear it was working before…

rm pubspec.lock
flutter clean
flutter clean cache
flutter pub cache clean
flutter run

GitHub

View Github