Note Studio is a comprehensive Flutter application that allows you to write, save, update, and delete notes effortlessly. Leveraging the power of sqflite for local database management and Cubit for state management, it ensures efficient performance and robust functionality. It also includes a powerful search feature for filtering notes and supports both light and dark modes, ensuring a comfortable viewing experience. The app is designed with a user-friendly interface for seamless interaction.
Write and save notes
: Create and store notes effortlessly.Update existing notes
: Modify notes to keep them up-to-date.Delete notes
: Remove notes you no longer need.Search for notes
: Quickly find notes using keywords.Light and dark mode
: Choose between light and dark themes.User-friendly UI
: Intuitive design for a seamless experience.
To get started with Note Studio, follow these steps:
Step 1:
Clone the Repository First, you'll need to clone the repository from GitHub. Open your terminal and run the following command:
https://github.com/MAHMOUDELSAYED69/Note-Studio.git
Replace with the actual URL of your repository if it was changed.
Step 2:
Install Dependencies After navigating to the project directory, you need to install all the necessary dependencies. Run:
flutter pub get
This command fetches all the dependencies listed in the pubspec.yaml
file.
-
Step 3:
Configure the App Ensure all necessary configurations are done. This includes adding your assets and setting up environment variables if needed. Verify that yourpubspec.yaml
file includes all requiredassets
andfonts
. -
Step 4:
Run the Application Finally, run the application on your desired device using the following command: `
flutter run
This command compiles your Flutter app and deploys it to the connected device or simulator.
Additional Tips
Updating Dependencies:
If there are any updates to the dependencies, you can update them using:
flutter pub upgrade --major-versions
Flutter Doctor: Run flutter doctor to ensure that your development environment is set up correctly.
flutter doctor
This command checks your environment and displays a report of the status of your Flutter installation, dependencies, and connected devices.
By following these steps, you'll have the Note Studio app and running on your device. If you encounter any issues during installation, please refer to the Flutter documentation.
Note Studio uses the following dependencies:
animated_text_kit
: Animated text widgets.bloc
: State management library.flutter: sdk
: flutter - Flutter SDK.flutter_bloc
: Flutter widgets for Bloc library.flutter_screenutil
: Screen adaptation library.intl
: Internationalization and localization support.meta
: Annotations for static analysis.path
: Path manipulation library.shared_preferences
: Key-value storage for Flutter.sqflite
: SQLite plugin for Flutter.
flutter_launcher_icons
: Create app launcher icons.flutter_lints
: Linting rules for Flutter.
-
Install the App
- Download and install Note Studio.
-
Open the App
- Launch Note Studio on your device.
-
Create a Note
- Tap the 'Add Note' button.
- Enter your note content in the provided text field.
- Save the note by tapping the 'Save' button.
-
View Notes
- Access your saved notes from the main screen.
-
Update a Note
- Tap on an existing note to open it.
- Make the desired changes.
- Save the updated note by tapping the 'Save' button.
-
Delete a Note
- Swipe left on a note to reveal the 'Delete' option.
- Confirm the deletion by tapping 'Delete.'
-
Search for Notes
- Tap the search icon on the main screen.
- Enter keywords to filter and find specific notes.
-
Switch Themes
- Go to settings by tapping the settings icon.
- Toggle between light and dark mode as per your preference.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, please reach out via email: gcfjxvkj@gmail.com