Skip to content

harryandroiddev/flutter-alarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_alarm

An alarm application built with Flutter and Firebase.

Features

  1. Add an alarm.

    • Fields: alarm name, alarm remarks, date and time, password.
  2. Delete an alarm.

  3. Insistent notification.

    • Device will keep vibrating and ringing.
    • Upon clicking on the notification, user will be directed to a page that plays the ringing on loop until the password is entered correctly. Vibration is persistent until the password is entered correctly.
  4. Edit an alarm.

  5. Checks for password 'strength'. Passwords must contain at least 1 uppercase letter, 1 lowercase letter, 1 digit and 1 special character.

Features that might be added

  1. Choice of sound when alarm rings.
  2. Pattern lock.
  3. Alarm sharing over WiFi (i.e. sending alarms over WiFi to synced contacts).

Note

  1. Testing has only been done for Android and not iOS.

Android emulator view:

Credits

Sound file downloaded from freesound.

Font downloaded from Google.

About

antother alarm app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.9%
  • Kotlin 2.0%
  • Other 1.1%