From 8af8b263e3b1e33d10b262d326283864655a747f Mon Sep 17 00:00:00 2001 From: Jhonacode <53523825+JhonaCodes@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:48:26 +1300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bed6e1..94010e5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A high-performance local database for Flutter that provides simple JSON storage with a powerful underlying architecture. Designed for efficient data persistence with automatic block management and smart indexing. +![flutter_local_db](https://github.com/user-attachments/assets/09c97008-cfc6-4588-b54c-5737ad00e9e4) + + + ## Features - 🚀 **High Performance**: O(1) access times through smart indexing and caching @@ -200,4 +204,4 @@ MIT License - see [LICENSE](https://github.com/JhonaCodes/flutter_local_db/LICEN ## Author -Made with ❤️ by [JhonaCode](https://github.com/JhonaCodes) \ No newline at end of file +Made with ❤️ by [JhonaCode](https://github.com/JhonaCodes)