keepnotes icon indicating copy to clipboard operation
keepnotes copied to clipboard

Simple & Beautiful Note-taking app written in dart with flutter UI toolkit.

trafficstars

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