Flutter Notes App
A Flutter application for taking and managing notes.
Description
The Flutter Notes App allows users to create, edit, and delete notes. It provides a user-friendly interface for managing personal notes.
Features
- Create new notes with a title and text content
- Edit existing notes
- Delete notes
- Notes are stored locally using shared preferences
Screenshots
Getting Started
To get started with the Flutter Notes App, follow these steps:
Prerequisites
- Flutter SDK: Install Flutter
Installation
- Clone the repository:
git clone https://github.com/o-Erebus/Flutter_Notes_APP.git
- Change to the project directory:
cd Flutter_Notes_APP
- Install dependencies:
flutter pub get
Usage
- Run the app:
flutter run
- The app should launch on your connected device or simulator.
Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please submit an issue or a pull request.
License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.