/Offline_Notes_App

Offline Notes App is a lightweight Flutter application that allows users to create, edit, and delete notes without an internet connection. It uses the Hive package for local data storage, ensuring fast and reliable offline access to your notes.

Primary LanguageC++

Offline Notes App

Overview

The Offline Notes App is a simple note-taking application built with Flutter. It leverages the Hive package to store data locally on the device, allowing users to create, edit, and delete notes even without an internet connection. The app ensures a seamless offline experience, making it ideal for users who need to jot down quick notes without worrying about data sync or cloud storage.

Features

  • Offline Functionality: Notes are stored locally using Hive, enabling full functionality without an internet connection.
  • CRUD Operations: Users can create, read, update, and delete notes easily.
  • Lightweight and Fast: Optimized for performance with efficient data handling using the Hive package.