/noteApp

Primary LanguageDart

NOTE TAKING APP

A new Flutter project.

Getting Started

  1. Clone the project
  2. run flutter pub get
  3. run flutter pub run build_runner build --delete-conflicting-outputs

Running integration test

flutter test integration_test

Stack

  1. Mobile - Flutter
  2. DB - Hive

Features

  1. Add note
  2. Edit note
  3. Swipe to delete
  4. Search for notes using the title or any keyword

Limitations

  1. Note background color can blend into the app background color since I am generating the colors dynamically
  2. Can't sync with any remote database
  3. No special document editing tools.

Screenshot