π Flutter Diary App A simple and elegant diary application built with Flutter, where users can:
βοΈ Write and save personal notes with mood and tags
π View notes with date and time stamps
π Sign up and log in (only registered users can log in)
ποΈ Delete saved notes
πͺ Logout functionality
π Features -> User Authentication: Sign up with email & password, and only registered users can log in.
-> Add Notes: Create diary notes with text, mood selector, and tags selector.
-> Saved Notes: Each note is saved with date and time and displayed in a clean card widget.
-> Delete Notes: Remove unwanted notes.
-> Clean UI: White background with teal-colored widgets and visible icons.
π¦ Dependencies -> flutter (SDK)
-> shared_preferences β for local storage
-> intl β for date and time formatting
πΈ Screenshots