Andy725

Results 7 comments of Andy725

Ah, that line just lazy-loads the interface. There's only the one interface and it's disposed of properly, so no issues there. I found the presence of the error strange due...

What happens when you run this? ``` flutter packages pub run build_runner build ```

It looks like one of the recent updates introduced this breaking behavior. ~~**Temporary fix:** Downgrade to hive 2.0.0~~ After more testing, this is still happening on 2.0.0.

Having a similar issue on Windows desktop as well

This sounds like similar behavior to [this issue](https://github.com/hivedb/hive/issues/1001). Consider reverting to 2.0.0 or testing which version introduced this issue?

That works! Unfortunately, the latest 1.19.0 release still has these problems- is another patch/release planned soon, or do I need to include this locally in my project to use it?

Sounds good! Closing this now as the bug was already resolved in the codebase. This will no longer be a problem once it releases. Until then, I'll just clone and...