isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

Update README.md #1297

Open wangpf1129 opened 4 months ago

wangpf1129 commented 4 months ago

Update Hive dependency version in README.md

Description

This PR updates the Hive dependency version in the README.md file to reflect the correct pre-release version.

Changes

Reasoning

The current README.md file suggests using hive: ^4.0.0, which does not include the latest pre-release features available in 4.0.0-dev.2. Updating the documentation to recommend hive: ^4.0.0-dev.2 will help developers access the latest improvements and features.

Testing

No code changes were made, only a documentation update.