sweakpl / qralarm-android

QRAlarm is an Android alarm clock application that lets the user turn off alarms by scanning the QR Code.
GNU General Public License v3.0
112 stars 10 forks source link

Flutter? #10

Closed trymeouteh closed 1 year ago

trymeouteh commented 1 year ago

I noticed you first made this app in Java and remade it now in Kotlin. However I would like to suggest making this app in Flutter. The reason is because flutter allows you to compile the app for Android, iOS, Windows, MacoS and Linux! Flutter uses Dart and is growing in popularity.

I know this would be the 3rd time you made this app, but your app can be installed on any device and used by anyone and not limited to Android users.

magnus-ISU commented 1 year ago

Does Flutter have APIs for alarms?

sweakpl commented 1 year ago

Thank You for suggestion, but I'm not going to be rewriting the app in Flutter anytime soon. But if You want, You're free to modify nad/or port QRAlarm with any tools You want.