Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.6 KB

File metadata and controls

72 lines (51 loc) · 1.6 KB

Note Keeper Logo

Note Keeper

A beautiful and simple note-taking app built with Flutter

License: MIT Flutter Platform

Note Keeper Feature Graphic


Features

  • Create colorful notes with 6 color options
  • Grid layout for easy viewing
  • Swipe to delete notes
  • Local storage - your notes stay on your device
  • Beautiful Material Design 3 UI

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Tech Stack

  • Flutter 3.10+
  • Dart
  • Material Design 3

Installation

cd note_keeper
flutter pub get
flutter run

Build APK

flutter build apk --release

Privacy

Note Keeper stores all data locally on your device. No data is collected or transmitted.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with Flutter