https://github.com/nikhilbadyal/keepnotes
Simple & Beautiful Note-taking app written in dart with flutter UI toolkit.
https://github.com/nikhilbadyal/keepnotes
dart dartlang flutter flutter-app flutter-demo flutter-ui provider state-management
Last synced: 9 months ago
JSON representation
Simple & Beautiful Note-taking app written in dart with flutter UI toolkit.
- Host: GitHub
- URL: https://github.com/nikhilbadyal/keepnotes
- Owner: nikhilbadyal
- License: gpl-3.0
- Created: 2021-04-15T13:42:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T14:08:44.000Z (over 1 year ago)
- Last Synced: 2024-12-03T15:23:09.091Z (over 1 year ago)
- Topics: dart, dartlang, flutter, flutter-app, flutter-demo, flutter-ui, provider, state-management
- Language: Dart
- Homepage: http://keepnotes.nikhilbadyal.com/
- Size: 3.95 MB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://github.com/nikhilbadyal/keepnotes/actions/workflows/ci.yml)
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)
```dart
const sentryDsn = '
keyPassword=
keyAlias=
storeFile=
```
- `google-services.json` - Add in `/android/app/`.
Check [here](https://support.google.com/firebase/answer/7015592) to get.
- `key.jks` - Add in `/android/app/`.
Check [here](https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html) to get.
---
## Thanks for images & Icons