Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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