This is a simple Flutter application for managing notes.
- Flutter installed on your machine
- An IDE such as Visual Studio Code or Android Studio
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install dependencies:
flutter pub get
To run the app on an emulator or physical device, use the following command:
flutter run
This project is incomplete and still under development(lest I forget).