[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android app flutter notifications
0

Configure Feed

Select the types of activity you want to include in your feed.

103 1 3

Clone this repository

https://git.vm.fail/kasper.space/notifier https://git.vm.fail/did:plc:y32hehbxznvpxo6tg4tu5ciu
ssh://git@knot1.tangled.sh:2222/kasper.space/notifier ssh://git@knot1.tangled.sh:2222/did:plc:y32hehbxznvpxo6tg4tu5ciu

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Notifier#

A notification scheduling Android app with support for repeating notifications.

Getting Started#

All you really need is to install Flutter. Just run flutter run to start debugging the app, like you would with any Flutter app.

The app is built using the scoped_model package, which is worth knowing about. Other than that, it pretty much works like any basic Flutter app, so there's not much else that needs to be said.

Generate app icon#

I used the flutter_launcher_icons package for that, so follow these instructions.

Build#

Before releasing a Flutter Android app, make sure to follow these steps.

Generate Android apk: flutter build apk Generate Android app bundle: flutter build appbundle