From 66c557124696713e464002ab0265c008b3a2693d Mon Sep 17 00:00:00 2001 From: Rexios Date: Thu, 21 Nov 2024 06:18:52 -0500 Subject: [PATCH] Add tutorial link to readme --- hive/CHANGELOG.md | 4 ++++ hive/README.md | 4 ++++ hive/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 331457e..f93b068 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.8.0+1 + +- Adds tutorial link to README + ## 2.8.0 - Adds `GenerateAdapters` annotation and relevant documentation diff --git a/hive/README.md b/hive/README.md index 624faad..11d8722 100644 --- a/hive/README.md +++ b/hive/README.md @@ -7,6 +7,10 @@ Hive is a lightweight and blazing fast key-value database written in pure Dart. Inspired by [Bitcask](https://en.wikipedia.org/wiki/Bitcask). +## Tutorial + +For a quick tutorial, see [this wonderful post](https://onlyflutter.com/how-to-add-a-local-database-using-hive-in-flutter) by [Tijn van den Eijnde](https://x.com/TijnvdEijnde) + ## Features - 🚀 Cross platform: mobile, desktop, browser diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index a2de910..c15d30b 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive_ce description: Hive Community Edition - A spiritual continuation of Hive v2 -version: 2.8.0 +version: 2.8.0+1 homepage: https://github.com/IO-Design-Team/hive_ce/tree/main/hive documentation: https://docs.hivedb.dev/