Glyph Notes - Flutter Notes App
Glyph Notes is a cross-platform notes application built using Flutter and powered by the Isar database library.
This app allows users to create, read, update, and delete notes seamlessly.
The intuitive user interface and efficient CRUD operations make Glyph Notes a powerful tool for organizing and managing your thoughts.
Features
Create Notes: Easily create new notes with a simple and user-friendly interface.
Read Notes: View and read your notes with a clean and organized layout.
Update Notes: Edit and update your notes on the fly, keeping your information current.
Delete Notes: Remove notes you no longer need, maintaining a clutter-free environment.
Isar Database: Utilizes the Isar database for efficient and reliable data storage and retrieval.
Getting Started
Follow these steps to get Glyph Notes up and running on your local machine.
Clone the Repository:
git clone https://github.com/ItzMohit_Gandhi/Glyph-Notes.git
Navigate to the Project Directory:
cd glyph-notes
Install Dependencies:
flutter pub get
Run the Application:
flutter run
Dependencies
Glyph Notes relies on the following key dependencies:
Flutter: UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
Isar: A high-performance, easy-to-use database for Flutter and Dart.
Check the pubspec.yaml file for a complete list of dependencies and their versions.