Notes-taking app built with flutter.
This project is consuming restful APIs I built using Django, notes-apis
- 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.
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
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 |
 |
 |