Skip to content

ada18011/safer

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?
Code
This branch is 7 commits ahead of sak15104:master.

Files

Permalink
Failed to load latest commit information.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Dart 99.5%
  • Other 0.5%