[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.

Dart 6.4%
Kotlin 0.1%
Other 93.6%
144 1 3

Clone this repository

https://tangled.org/kasper.space/notifier https://tangled.org/did:plc:y32hehbxznvpxo6tg4tu5ciu
git@tangled.org:kasper.space/notifier git@tangled.org: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#

  1. Install Flutter
  2. Run flutter pub get

Code signing#

Create a android/key.properties that looks like this:

storePassword=example
keyPassword=example
keyAlias=key
storeFile=/path/to/keystore.jks

Follow Flutter's Android signing guide for more details.

Generate app icon#

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

Build#

Follow these steps.

Release new version#

  1. Update CHANGELOG.md
  2. Bump the version number in pubspec.yaml
  3. Run flutter analyze && flutter test
  4. Run flutter build apk --split-per-abi
  5. Rename the output files to notifier-v<VERSION>-<ABI>.apk
  6. Create a git tag in the format v#.#.#
  7. Create a GitHub release with the release notes and .apk