The Notes App is a simple Flutter application that allows users to create, view, and manage notes. Users can add new notes with a title and text content, view existing notes, and search through their notes using the search bar.
- Add Note: Users can add new notes by providing a title and text content.
- Save Note: User can save notes that they type in.
- Edit Note: User can edit saved notes.
- View Notes: Existing notes are displayed in a list format, showing the title and a preview of the text content.
- Search Notes: Users can search for specific notes using the search bar.
- Responsive Design: The app is designed to work on both Android and iOS devices, adapting to different screen sizes and orientations.
Contributions to the Notes App are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request on the GitHub repository.
This project is licensed under the MIT License.