Skip to content

arterorx/flutter_hive_notes

Repository files navigation

Flutter Hive Notes 🐝

A simple offline notes app built with Flutter using Hive as a local NoSQL database.

Features

  • 📦 Local persistent storage (Hive)
  • ➕ Add notes
  • 🗑 Delete notes
  • ⚡ Fast & lightweight (no SQL)
  • 📱 Offline-first

Tech Stack

  • Flutter
  • Hive / Hive Flutter
  • build_runner & hive_generator

Screenshots

Add note screen Notes list screen

Getting Started

flutter pub get
dart run build_runner build --delete-conflicting-outputs
flutter run

About

Offline Flutter notes app using Hive for local storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published