SankethBK / diaryvault

A personal diary application written in Flutter
https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp
MIT License
86 stars 59 forks source link

Feat/daily reminders #94

Closed SankethBK closed 10 months ago

SankethBK commented 10 months ago

What type of PR is this? (check all applicable)

Description

Featured Covered in this PR

Related Tickets & Documents

Screenshots, Recordings

Tested Feature??

micedreams commented 10 months ago

This is for next time!!

Every commit must be complete and every commit message must be meaningful.

Whenever you commit one or more files, add a one-line comment following these simple rules:

  1. The one-liner is up to 60-70 characters long.
  2. The one-liner starts with a verb in an infinitive form, f.ex: "Fix", "Correct", "Refactor", "Implement", "Add", "Change", "Upgrade", "Reformat", etc.
  3. The verb's first letter is capitalized.
  4. The whole sentence ends with a full-stop character (.).

So, you end up with a perfect and concise English sentence.

If you want to indicate your branch is still a work in progress, please attach the wip label.

micedreams commented 10 months ago

@SankethBK is this PR only for Android push notifications correct?

SankethBK commented 10 months ago

@SankethBK is this PR only for Android push notifications correct?

yes

micedreams commented 10 months ago

@SankethBK do you think using this https://pub.dev/packages/sprintf is a good idea? Not all languages have the same word order right...