Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.95 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.95 KB

notes_app

Intro:

Notes-taking app built with flutter.

The APIs:

This project is consuming restful APIs I built using Django, notes-apis

dependencies:

  • Getx to manage states, navigation, translations, etc...
  • flutter_lorem, to quick generation of new titles and content for new notes.
  • sqflite to implement the local database.
  • lottie to implement animated assets.
  • intl to handle the localization and internalization.

Features:

The current version of the app support:

  • adding, editing, and deleting notes to and from APIs to the app.
  • The app is built using Material 3 desgin system for the theme and color.
  • support Dark Mode.
  • Support two languages: ar, and en

Screenshots:

Notes Screen Notes Screen Dark Mod Screen
New Note Screen New Note Screen Dark Mod Screen
:---: :---:
note Detail Screen Note Details Screen In Dark Mode
New Note Screen Screen New Note Dark Mode Screen
Edit Note Screen Edit Note Dark Mode Screen