Skip to content

Latest commit

 

History

History
98 lines (79 loc) · 4.39 KB

README.md

File metadata and controls

98 lines (79 loc) · 4.39 KB

CI

Keep Notes is a privacy-oriented, secure , beautiful and fast note (s) taking application made in flutter. It supports various features like adding and saving notes. Hiding notes with password, archiving them. To make UI look beautiful it has various UI colors with the support of light and black theme.


Features

  • [✓] Create and Save Notes

  • [✓]Archive them to avoid clutter

  • [✓]Hide your Notes

  • [✓]Recycle Bin

  • [✓]Multiple UI colors

  • [✓]Backup and Restore option

  • [✓] Hidden notes are AES encrypted tied with your password.

  • Export Notes as PDF file


Screenshots

Build Steps

  • PreRequisite

    • sentry_dsn.dart - Add in /lib(see below for content of the file)

      const sentryDsn = '<INSERT YOUR SENTRY_DSN HERE';
    • key.properties - Add in /android

      storePassword=<storePassword>
      keyPassword=<keyPassword>
      keyAlias=<keyAlias>
      storeFile=<storeFileName.jks>
    • google-services.json - Add in /android/app/. Check here to get.

    • key.jks - Add in /android/app/. Check here to get.


Thanks for images & Icons