Skip to content

Flutter app for writing, saving, updating, and deleting notes. It uses sqflite for local storage, Cubit for state management, and offers search and theme options.

Notifications You must be signed in to change notification settings

MAHMOUDELSAYED69/Note-Studio

Repository files navigation

Note Studio

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.

Features

  • 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.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10 Screenshot 11

Getting Started

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 your pubspec.yaml file includes all required assets and fonts.

  • 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.

Dependencies

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.

Dev Dependencies

  • flutter_launcher_icons: Create app launcher icons.
  • flutter_lints: Linting rules for Flutter.

Usage

  1. Install the App

    • Download and install Note Studio.
  2. Open the App

    • Launch Note Studio on your device.
  3. 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.
  4. View Notes

    • Access your saved notes from the main screen.
  5. Update a Note

    • Tap on an existing note to open it.
    • Make the desired changes.
    • Save the updated note by tapping the 'Save' button.
  6. Delete a Note

    • Swipe left on a note to reveal the 'Delete' option.
    • Confirm the deletion by tapping 'Delete.'
  7. Search for Notes

    • Tap the search icon on the main screen.
    • Enter keywords to filter and find specific notes.
  8. Switch Themes

    • Go to settings by tapping the settings icon.
    • Toggle between light and dark mode as per your preference.

Enjoy using Note Studio to keep your notes organized and easily accessible!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or feedback, please reach out via email: gcfjxvkj@gmail.com

About

Flutter app for writing, saving, updating, and deleting notes. It uses sqflite for local storage, Cubit for state management, and offers search and theme options.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published