Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
/ SafeSense Public archive

Flutter interface of a mobile app for fall detection

Notifications You must be signed in to change notification settings

charlieforward9/SafeSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safesense

User Interface Component of a tool to detect falls, recieve user validation, output attention drawing sound, and untimately help users with poor balance/falling issues.

Getting Started

Clone the repo and run either:

  • Terminal: 'flutter pub get', or
  • VScode: Command + Shift + P > 'flutter: Get Packages'

Run the application from lib/main.dart by executing:

  • Termimal: flutter run
  • VScode: f5 , or clicking the 'Run Debugger' button

Please be patient, Flutter takes 1-2 minutes to launch

Default Flutter ReadMe Things

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.