While I had a usecase for this app years ago, I don't anymore and as you can see, it's way outdated after 2 years without attention. For some it might still serve as inspiration but at this point, this is so outdated that I'd have to rebuild it from the ground up which I don't have the time for.
An alarm app that lets you configure a list of sounds or music to wake you up with a random one each morning!
The app is built roughly following a design concept by Alex on Dribble:
- Clone the repository
git clone https://github.com/geisterfurz007/random-alarm.git
- Switch directory and install dependencies
cd random-alarm
flutter pub get
-
Adapt alarm manager package to work on the homescreen. The required changes are described in flutter/flutter#30555 (comment) (path may vary due to a different version being installed; you are also not looking for the
android_alarm_manager-version
directory butandroid_alarm_manager_plus-version
directory). -
Run the build runner
flutter packages pub run build_runner build
- Launch on a phone or emulator of your choice using
flutter run
or your favourite IDE / editor
Main screen:
Edit screen:
Alarm screen:
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.