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

1.0.0

Kasper (Oct 19, 2019, 5:46 PM +0200) 7730df13 86a143c6

+7 -3
CHANGELOG.md

This is a binary file and will not be displayed.

+7 -3
README.md
··· 14 14 15 15 ### Build 16 16 17 - Before releasing a Flutter Android app, make sure to follow [these steps](https://flutter.dev/docs/deployment/android). 17 + Follow [these steps](https://flutter.dev/docs/deployment/android). 18 18 19 - Generate Android apk: `flutter build apk` 20 - Generate Android app bundle: `flutter build appbundle` 19 + ### Releasing a new version 20 + 21 + 1. Specify a version and build number in `pubspec.yaml`, or use `--build-name` and `--build-number` 22 + 2. Generate Android apk: `flutter build apk` 23 + 3. Rename the output file to `notifier-x.y.z.apk` 24 + 4. Commit with the message `x.y.z` and add a tag/release to it with the output file attached.