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 with adapter example #1252

Closed danielgomezrico closed 1 year ago

danielgomezrico commented 1 year ago

The current example does not compile

themisir commented 1 year ago

I am closing this since the example should work for the pre-release version which has a compatible API:

https://github.com/isar/hive/blob/1b4febe967370f790759823a5e154adc383e53d3/lib/src/hive.dart#L38-L41

Check this discussion for more context: https://github.com/isar/hive/issues/1225