NNOTE is a mobile application for Android designed for creating notes and generating notifications related to them.
- Add Note: Create notes with titles and content.
- Delete Note: Remove unwanted notes.
- Archive and Unarchive: Organize your workspace by archiving notes when not needed.
- Notification Generation: Generate Android notifications directly from your notes.
To build NNOTE app, follow these steps:
-
Set Up Your Development Environment:
- Install Flutter SDK by following the official documentation for your operating system.
- Ensure you have Android Studio installed.
-
Clone the Repository:
git clone https://github.com/rafalkk/nnote.git
-
Open the Project in Your IDE:
- If you're using Visual Studio Code, open the project folder. Ensure you have the Flutter and Dart extensions installed.
- If you're using Android Studio, open the project by selecting the root directory of the cloned repository.
-
Install Dependencies:
- In your terminal, ensure you are in the root directory of the project.
- Run the following command to get all the necessary dependencies:
flutter pub get
-
Generate the APK File:
- To compile the project into an APK file, run the following command in your terminal:
flutter build apk
- Once the build process is complete, you will find the generated APK file in the
build/app/outputs/flutter-apk/
directory.
- To compile the project into an APK file, run the following command in your terminal: