A simple and intuitive Notes App built with Flutter, designed to help you manage your notes efficiently. This app allows you to create, edit, and delete notes with a user-friendly interface and offers features like dark mode, light mode, and responsive design.
- Create, Edit, and Delete Notes: Easily manage your notes with a simple and clean UI.
- Dark Mode and Light Mode: Switch between themes to suit your environment.
- Responsive Design: Enjoy a consistent experience across devices with adaptive layouts.
- Confirmation Dialog: Get user confirmation before deleting a note to prevent accidental deletions.
Light Mode Interface | Dark Mode Interface | Creating a New Note |
Editing an Existing Note | Confirmation Dialog for Deleting a Note | Navigation Drawer |
Follow these steps to get the app up and running on your local machine.
- Clone the Repository:
git clone <repository-url> cd notes_application
- Install Dependencies:
flutter pub get
- Run The App:
flutter run
- Launch the app on your device or emulator.
- Create a new note by tapping the "+" icon.
- Edit a note by tapping on 3 dots and making changes.
- Delete a note by tapping on 3 dots followed by confirming the deletion.